#CB6A77

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

Shades of Charm #CB6A77

Tints of Charm #CB6A77

Color information

#CB6A77 (or 0xCB6A77) is unknown color: approx Charm. HEX triplet: CB, 6A and 77. RGB value is (203,106,119). Sum of RGB (Red+Green+Blue) = 203+106+119=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A77 is #349588. Grayscale: #888888. Windows color (decimal): -3446153 or 7826123. OLE color: 7826123.

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

Color convert

RGB203106119-
CMYK00.480.410.20
HSL351.96º48.26%60.59%-
HSV(B)351.96º47.78%79.61%-
XYZ33.1124.3420.4-
YUV136.48118.14175.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=47.43%
G=24.77%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310611900.480.410.20351.9648.2660.59
HexCB6A770302914160303d
Octal31315216706051245406075
Binary1100101111010101110111011000010100110100101100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A77; }

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

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

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

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

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

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

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

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