#CB8389

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

Shades of Charm #CB8389

Tints of Charm #CB8389

Color information

#CB8389 (or 0xCB8389) is unknown color: approx Charm. HEX triplet: CB, 83 and 89. RGB value is (203,131,137). Sum of RGB (Red+Green+Blue) = 203+131+137=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8389 is #347C76. Grayscale: #999999. Windows color (decimal): -3439735 or 9012171. OLE color: 9012171.

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

Color convert

RGB203131137-
CMYK00.350.330.20
HSL355º40.91%65.49%-
HSV(B)355º35.47%79.61%-
XYZ37.2630.7427.64-
YUV153.21118.85163.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=43.10%
G=27.81%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313113700.350.330.2035540.9165.49
HexCB838902321141632941
Octal313203211043412454351101
Binary1100101110000011100010010100011100001101001011000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8389; }

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

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

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

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

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

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

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

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