Html Css Color HEX #CE7077 Froly

📋 copy color: '#CE7077'

red 206 ◦ green 112 ◦ blue 119

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

Shades of Froly #CE7077

Tints of Froly #CE7077

RGB

 RED value IS 206 (80.86% from 255) = 47.14%

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

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

R = 47.14%
G = 25.63%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE7077 (or 0xCE7077) is known color: Froly. HEX triplet: CE, 70 and 77. RGB value is (206,112,119). Sum of RGB (Red+Green+Blue) = 206+112+119=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7077 is #318F88. Grayscale: #8C8C8C. Windows color (decimal): -3248009 or 7827662. OLE color: 7827662.

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

Color convert

RGB 206 112 119 -
CMYK 0 0.46 0.42 0.19
HSL 355.53º 0.49% 0.62% -
HSV(B) 355.53º 0.46% 0.81% -
XYZ 34.58 26.04 20.66 -
YUV 140.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 206 112 119 0 0.46 0.42 0.19 355.53 0.49 0.62
Hex CE 70 77 0 2E 2A 13 164 31 3E
Octal 316 160 167 0 56 52 23 544 61 76
Binary 11001110 1110000 1110111 0 101110 101010 10011 101100100 110001 111110

Color Harmonies of #CE7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7077

Black with #CE7077

Text Example


Text Example

White with #CE7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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