#CB8284

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

Shades of Charm #CB8284

Tints of Charm #CB8284

Color information

#CB8284 (or 0xCB8284) is unknown color: approx Charm. HEX triplet: CB, 82 and 84. RGB value is (203,130,132). Sum of RGB (Red+Green+Blue) = 203+130+132=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8284 is #347D7B. Grayscale: #989898. Windows color (decimal): -3439996 or 8684235. OLE color: 8684235.

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

Color convert

RGB203130132-
CMYK00.360.350.20
HSL358.36º41.24%65.29%-
HSV(B)358.36º35.96%79.61%-
XYZ36.7830.3325.75-
YUV152.06116.68164.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=43.66%
G=27.96%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313013200.360.350.20358.3641.2465.29
HexCB828402423141662941
Octal313202204044432454651101
Binary1100101110000010100001000100100100011101001011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8284; }

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

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

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

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

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

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

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

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