#CB7079

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

Shades of Charm #CB7079

Tints of Charm #CB7079

Color information

#CB7079 (or 0xCB7079) is unknown color: approx Charm. HEX triplet: CB, 70 and 79. RGB value is (203,112,121). Sum of RGB (Red+Green+Blue) = 203+112+121=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7079 is #348F86. Grayscale: #8C8C8C. Windows color (decimal): -3444615 or 7958731. OLE color: 7958731.

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

Color convert

RGB203112121-
CMYK00.450.400.20
HSL354.07º46.67%61.76%-
HSV(B)354.07º44.83%79.61%-
XYZ33.8725.6721.26-
YUV140.24117.15172.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=46.56%
G=25.69%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311212100.450.400.20354.0746.6761.76
HexCB707902D28141622f3e
Octal31316017105550245425776
Binary1100101111100001111001010110110100010100101100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7079; }

 p { color: rgb(203,112,121); }

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

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

 a { background-color: rgb(203,112,121); }

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

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

 span { border-color: rgb(203,112,121); }

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