Html Css Color HEX #CF7077 Froly

📋 copy color: '#CF7077'

red 207 ◦ green 112 ◦ blue 119

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

Shades of Froly #CF7077

Tints of Froly #CF7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 47.26%
G = 25.57%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF7077 (or 0xCF7077) is known color: Froly. HEX triplet: CF, 70 and 77. RGB value is (207,112,119). Sum of RGB (Red+Green+Blue) = 207+112+119=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7077 is #308F88. Grayscale: #8D8D8D. Windows color (decimal): -3182473 or 7827663. OLE color: 7827663.

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

Color convert

RGB 207 112 119 -
CMYK 0 0.46 0.43 0.19
HSL 355.58º 0.5% 0.63% -
HSV(B) 355.58º 0.46% 0.81% -
XYZ 34.86 26.19 20.67 -
YUV 141.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 207 112 119 0 0.46 0.43 0.19 355.58 0.5 0.63
Hex CF 70 77 0 2E 2B 13 164 32 3F
Octal 317 160 167 0 56 53 23 544 62 77
Binary 11001111 1110000 1110111 0 101110 101011 10011 101100100 110010 111111

Color Harmonies of #CF7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7077

Black with #CF7077

Text Example


Text Example

White with #CF7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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