#CB7476

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

Shades of Froly #CB7476

Tints of Froly #CB7476

Color information

#CB7476 (or 0xCB7476) is unknown color: approx Froly. HEX triplet: CB, 74 and 76. RGB value is (203,116,118). Sum of RGB (Red+Green+Blue) = 203+116+118=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7476 is #348B89. Grayscale: #8E8E8E. Windows color (decimal): -3443594 or 7763147. OLE color: 7763147.

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

Color convert

RGB203116118-
CMYK00.430.420.20
HSL358.62º45.55%62.55%-
HSV(B)358.62º42.86%79.61%-
XYZ34.1426.520.45-
YUV142.24114.32171.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=46.45%
G=26.54%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311611800.430.420.20358.6245.5562.55
HexCB747602B2A141672e3f
Octal31316416605352245475677
Binary1100101111101001110110010101110101010100101100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7476; }

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

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

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

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

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

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

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

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