#CB8385

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

Shades of Charm #CB8385

Tints of Charm #CB8385

Color information

#CB8385 (or 0xCB8385) is unknown color: approx Charm. HEX triplet: CB, 83 and 85. RGB value is (203,131,133). Sum of RGB (Red+Green+Blue) = 203+131+133=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8385 is #347C7A. Grayscale: #989898. Windows color (decimal): -3439739 or 8750027. OLE color: 8750027.

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

Color convert

RGB203131133-
CMYK00.350.340.20
HSL358.33º40.91%65.49%-
HSV(B)358.33º35.47%79.61%-
XYZ36.9830.6226.15-
YUV152.76116.85163.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=43.47%
G=28.05%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313113300.350.340.20358.3340.9165.49
HexCB838502322141662941
Octal313203205043422454651101
Binary1100101110000011100001010100011100010101001011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8385; }

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

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

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

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

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

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

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

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