#CE6977

Color #CE6977 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #CE6977

Tints of Froly #CE6977

Color information

#CE6977 (or 0xCE6977) is unknown color: approx Froly. HEX triplet: CE, 69 and 77. RGB value is (206,105,119). Sum of RGB (Red+Green+Blue) = 206+105+119=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6977 is #319688. Grayscale: #888888. Windows color (decimal): -3249801 or 7825870. OLE color: 7825870.

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

Color convert

RGB206105119-
CMYK00.490.420.19
HSL351.68º50.75%60.98%-
HSV(B)351.68º49.03%80.78%-
XYZ33.8324.5620.41-
YUV136.79117.96177.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=47.91%
G=24.42%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610511900.490.420.19351.6850.7560.98
HexCE69770312A13160333d
Octal31615116706152235406375
Binary1100111011010011110111011000110101010011101100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6977; }

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

 H1.HeaderClassName
 {
   color: #CE6977;
 }
 .AnyTagClassName
 {
   color: #CE6977;
 }
</style>
background-color css

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

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

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

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

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

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