#CB7287

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

Shades of Charm #CB7287

Tints of Charm #CB7287

Color information

#CB7287 (or 0xCB7287) is unknown color: approx Charm. HEX triplet: CB, 72 and 87. RGB value is (203,114,135). Sum of RGB (Red+Green+Blue) = 203+114+135=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7287 is #348D78. Grayscale: #8F8F8F. Windows color (decimal): -3444089 or 8876747. OLE color: 8876747.

HSL color Cylindrical-coordinate representation of color #CB7287: hue angle of 345.84º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7287 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203114135-
CMYK00.440.330.20
HSL345.84º46.11%62.16%-
HSV(B)345.84º43.84%79.61%-
XYZ35.0226.4826.19-
YUV143123.49170.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=44.91%
G=25.22%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311413500.440.330.20345.8446.1162.16
HexCB728702C211415a2e3e
Octal31316220705441245325676
Binary11001011111001010000111010110010000110100101011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7287; }

 p { color: rgb(203,114,135); }

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

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

 a { background-color: rgb(203,114,135); }

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

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

 span { border-color: rgb(203,114,135); }

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