#CB7577

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

Shades of Froly #CB7577

Tints of Froly #CB7577

Color information

#CB7577 (or 0xCB7577) is unknown color: approx Froly. HEX triplet: CB, 75 and 77. RGB value is (203,117,119). Sum of RGB (Red+Green+Blue) = 203+117+119=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7577 is #348A88. Grayscale: #8F8F8F. Windows color (decimal): -3443337 or 7828939. OLE color: 7828939.

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

Color convert

RGB203117119-
CMYK00.420.410.20
HSL358.6º45.26%62.75%-
HSV(B)358.6º42.36%79.61%-
XYZ34.3226.7520.81-
YUV142.94114.49170.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=46.24%
G=26.65%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311711900.420.410.20358.645.2662.75
HexCB757702A29141672d3f
Octal31316516705251245475577
Binary1100101111101011110111010101010100110100101100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7577; }

 p { color: rgb(203,117,119); }

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

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

 a { background-color: rgb(203,117,119); }

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

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

 span { border-color: rgb(203,117,119); }

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