#CB7679

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

Shades of Charm #CB7679

Tints of Charm #CB7679

Color information

#CB7679 (or 0xCB7679) is unknown color: approx Charm. HEX triplet: CB, 76 and 79. RGB value is (203,118,121). Sum of RGB (Red+Green+Blue) = 203+118+121=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7679 is #348986. Grayscale: #8F8F8F. Windows color (decimal): -3443079 or 7960267. OLE color: 7960267.

HSL color Cylindrical-coordinate representation of color #CB7679: hue angle of 357.88º 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 #CB7679 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203118121-
CMYK00.420.400.20
HSL357.88º44.97%62.94%-
HSV(B)357.88º41.87%79.61%-
XYZ34.5627.0321.49-
YUV143.76115.16170.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=45.93%
G=26.70%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311812100.420.400.20357.8844.9762.94
HexCB767902A28141662d3f
Octal31316617105250245465577
Binary1100101111101101111001010101010100010100101100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7679; }

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

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

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

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

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

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

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

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