#CB6A76

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

Shades of Charm #CB6A76

Tints of Charm #CB6A76

Color information

#CB6A76 (or 0xCB6A76) is unknown color: approx Charm. HEX triplet: CB, 6A and 76. RGB value is (203,106,118). Sum of RGB (Red+Green+Blue) = 203+106+118=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A76 is #349589. Grayscale: #888888. Windows color (decimal): -3446154 or 7760587. OLE color: 7760587.

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

Color convert

RGB203106118-
CMYK00.480.420.20
HSL352.58º48.26%60.59%-
HSV(B)352.58º47.78%79.61%-
XYZ33.0524.3120.09-
YUV136.37117.64175.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=47.54%
G=24.82%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310611800.480.420.20352.5848.2660.59
HexCB6A760302A14161303d
Octal31315216606052245416075
Binary1100101111010101110110011000010101010100101100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A76; }

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

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

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

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

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

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

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

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