Html Css Color HEX #CF7173 Froly

📋 copy color: '#CF7173'

red 207 ◦ green 113 ◦ blue 115

#CF7173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #CF7173

Tints of Froly #CF7173

RGB

 RED value IS 207 (81.25% from 255) = 47.59%

 GREEN value IS 113 (44.53% from 255) = 25.98%

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 47.59%
G = 25.98%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7173 (or 0xCF7173) is known color: Froly. HEX triplet: CF, 71 and 73. RGB value is (207,113,115). Sum of RGB (Red+Green+Blue) = 207+113+115=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7173 is #308E8C. Grayscale: #8D8D8D. Windows color (decimal): -3182221 or 7565775. OLE color: 7565775.

HSL color Cylindrical-coordinate representation of color #CF7173: hue angle of 358.72º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7173 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 115 -
CMYK 0 0.45 0.44 0.19
HSL 358.72º 0.49% 0.63% -
HSV(B) 358.72º 0.45% 0.81% -
XYZ 34.73 26.31 19.47 -
YUV 141.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 207 113 115 0 0.45 0.44 0.19 358.72 0.49 0.63
Hex CF 71 73 0 2D 2C 13 167 31 3F
Octal 317 161 163 0 55 54 23 547 61 77
Binary 11001111 1110001 1110011 0 101101 101100 10011 101100111 110001 111111

Color Harmonies of #CF7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7173

Black with #CF7173

Text Example


Text Example

White with #CF7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7173; }

 p { color: rgb(207,113,115); }

 H1.HeaderClassName
 {
   color: #CF7173;
 }
 .AnyTagClassName
 {
   color: #CF7173;
 }
</style>

background-color css

<style>
 a { background-color: #CF7173; }

 a { background-color: rgb(207,113,115); }

 div.DivClassName
 {
   background-color: #CF7173;
 }
 .BgClassName
 {
   background-color: #CF7173;
 }
</style>

border-color css

<style>
 span { border-color: #CF7173; }

 span { border-color: rgb(207,113,115); }

 td.TdClassName
 {
   border-color: #CF7173;
 }
 .TagClassName
 {
   border-color: #CF7173;
 }
</style>