#CB6A81

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

Shades of Charm #CB6A81

Tints of Charm #CB6A81

Color information

#CB6A81 (or 0xCB6A81) is unknown color: approx Charm. HEX triplet: CB, 6A and 81. RGB value is (203,106,129). Sum of RGB (Red+Green+Blue) = 203+106+129=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6A81 is #34957E. Grayscale: #898989. Windows color (decimal): -3446143 or 8481483. OLE color: 8481483.

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

Color convert

RGB203106129-
CMYK00.480.360.20
HSL345.77º48.26%60.59%-
HSV(B)345.77º47.78%79.61%-
XYZ33.7524.5923.74-
YUV137.62123.14174.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 106 (41.80% from 255) = 24.20%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=46.35%
G=24.20%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310612900.480.360.20345.7748.2660.59
HexCB6A81030241415a303d
Octal31315220106044245326075
Binary11001011110101010000001011000010010010100101011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A81; }

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

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

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

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

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

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

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

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