#CB8384

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

Shades of Charm #CB8384

Tints of Charm #CB8384

Color information

#CB8384 (or 0xCB8384) is unknown color: approx Charm. HEX triplet: CB, 83 and 84. RGB value is (203,131,132). Sum of RGB (Red+Green+Blue) = 203+131+132=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8384 is #347C7B. Grayscale: #989898. Windows color (decimal): -3439740 or 8684491. OLE color: 8684491.

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

Color convert

RGB203131132-
CMYK00.350.350.20
HSL359.17º40.91%65.49%-
HSV(B)359.17º35.47%79.61%-
XYZ36.9130.625.79-
YUV152.64116.35163.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=43.56%
G=28.11%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313113200.350.350.20359.1740.9165.49
HexCB838402323141672941
Octal313203204043432454751101
Binary1100101110000011100001000100011100011101001011001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8384; }

 p { color: rgb(203,131,132); }

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

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

 a { background-color: rgb(203,131,132); }

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

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

 span { border-color: rgb(203,131,132); }

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