Html Css Color HEX #CE6C77 Froly

📋 copy color: '#CE6C77'

red 206 ◦ green 108 ◦ blue 119

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

Shades of Froly #CE6C77

Tints of Froly #CE6C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.94%

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

R = 47.58%
G = 24.94%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE6C77 (or 0xCE6C77) is known color: Froly. HEX triplet: CE, 6C and 77. RGB value is (206,108,119). Sum of RGB (Red+Green+Blue) = 206+108+119=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C77 is #319388. Grayscale: #8A8A8A. Windows color (decimal): -3249033 or 7826638. OLE color: 7826638.

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

Color convert

RGB 206 108 119 -
CMYK 0 0.48 0.42 0.19
HSL 353.27º 0.5% 0.62% -
HSV(B) 353.27º 0.48% 0.81% -
XYZ 34.15 25.18 20.51 -
YUV 138.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 206 108 119 0 0.48 0.42 0.19 353.27 0.5 0.62
Hex CE 6C 77 0 30 2A 13 161 32 3E
Octal 316 154 167 0 60 52 23 541 62 76
Binary 11001110 1101100 1110111 0 110000 101010 10011 101100001 110010 111110

Color Harmonies of #CE6C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C77

Black with #CE6C77

Text Example


Text Example

White with #CE6C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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