Html Css Color HEX #CF7172 Froly

📋 copy color: '#CF7172'

red 207 ◦ green 113 ◦ blue 114

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

Shades of Froly #CF7172

Tints of Froly #CF7172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 47.7%
G = 26.04%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7172 (or 0xCF7172) is known color: Froly. HEX triplet: CF, 71 and 72. RGB value is (207,113,114). Sum of RGB (Red+Green+Blue) = 207+113+114=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7172 is #308E8D. Grayscale: #8D8D8D. Windows color (decimal): -3182222 or 7500239. OLE color: 7500239.

HSL color Cylindrical-coordinate representation of color #CF7172: hue angle of 359.36º 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 #CF7172 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 114 -
CMYK 0 0.45 0.45 0.19
HSL 359.36º 0.49% 0.63% -
HSV(B) 359.36º 0.45% 0.81% -
XYZ 34.67 26.29 19.17 -
YUV 141.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 207 113 114 0 0.45 0.45 0.19 359.36 0.49 0.63
Hex CF 71 72 0 2D 2D 13 167 31 3F
Octal 317 161 162 0 55 55 23 547 61 77
Binary 11001111 1110001 1110010 0 101101 101101 10011 101100111 110001 111111

Color Harmonies of #CF7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7172

Black with #CF7172

Text Example


Text Example

White with #CF7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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