Html Css Color HEX #CF7072 Froly

📋 copy color: '#CF7072'

red 207 ◦ green 112 ◦ blue 114

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

Shades of Froly #CF7072

Tints of Froly #CF7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 47.81%
G = 25.87%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7072 (or 0xCF7072) is known color: Froly. HEX triplet: CF, 70 and 72. RGB value is (207,112,114). Sum of RGB (Red+Green+Blue) = 207+112+114=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7072 is #308F8D. Grayscale: #8C8C8C. Windows color (decimal): -3182478 or 7499983. OLE color: 7499983.

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

Color convert

RGB 207 112 114 -
CMYK 0 0.46 0.45 0.19
HSL 358.74º 0.5% 0.63% -
HSV(B) 358.74º 0.46% 0.81% -
XYZ 34.56 26.07 19.13 -
YUV 140.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 207 112 114 0 0.46 0.45 0.19 358.74 0.5 0.63
Hex CF 70 72 0 2E 2D 13 167 32 3F
Octal 317 160 162 0 56 55 23 547 62 77
Binary 11001111 1110000 1110010 0 101110 101101 10011 101100111 110010 111111

Color Harmonies of #CF7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7072

Black with #CF7072

Text Example


Text Example

White with #CF7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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