#CB6E76

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

Shades of Froly #CB6E76

Tints of Froly #CB6E76

Color information

#CB6E76 (or 0xCB6E76) is unknown color: approx Froly. HEX triplet: CB, 6E and 76. RGB value is (203,110,118). Sum of RGB (Red+Green+Blue) = 203+110+118=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E76 is #349189. Grayscale: #8A8A8A. Windows color (decimal): -3445130 or 7761611. OLE color: 7761611.

HSL color Cylindrical-coordinate representation of color #CB6E76: hue angle of 354.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6E76 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203110118-
CMYK00.460.420.20
HSL354.84º47.21%61.37%-
HSV(B)354.84º45.81%79.61%-
XYZ33.4725.1620.23-
YUV138.72116.31173.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=47.10%
G=25.52%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311011800.460.420.20354.8447.2161.37
HexCB6E7602E2A141632f3d
Octal31315616605652245435775
Binary1100101111011101110110010111010101010100101100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E76; }

 p { color: rgb(203,110,118); }

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

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

 a { background-color: rgb(203,110,118); }

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

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

 span { border-color: rgb(203,110,118); }

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