#CB6381

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

Shades of Charm #CB6381

Tints of Charm #CB6381

Color information

#CB6381 (or 0xCB6381) is unknown color: approx Charm. HEX triplet: CB, 63 and 81. RGB value is (203,99,129). Sum of RGB (Red+Green+Blue) = 203+99+129=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6381 is #349C7E. Grayscale: #858585. Windows color (decimal): -3447935 or 8479691. OLE color: 8479691.

HSL color Cylindrical-coordinate representation of color #CB6381: hue angle of 342.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6381 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20399129-
CMYK00.510.360.20
HSL342.69º50%59.22%-
HSV(B)342.69º51.23%79.61%-
XYZ33.0523.2123.51-
YUV133.52125.46177.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=47.10%
G=22.97%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039912900.510.360.20342.695059.22
HexCB63810332414157323b
Octal31314320106344245276273
Binary11001011110001110000001011001110010010100101010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6381; }

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

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

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

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

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

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

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

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