#CB7387

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

Shades of Charm #CB7387

Tints of Charm #CB7387

Color information

#CB7387 (or 0xCB7387) is unknown color: approx Charm. HEX triplet: CB, 73 and 87. RGB value is (203,115,135). Sum of RGB (Red+Green+Blue) = 203+115+135=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7387 is #348C78. Grayscale: #8F8F8F. Windows color (decimal): -3443833 or 8877003. OLE color: 8877003.

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

Color convert

RGB203115135-
CMYK00.430.330.20
HSL346.36º45.83%62.35%-
HSV(B)346.36º43.35%79.61%-
XYZ35.1326.7126.23-
YUV143.59123.15170.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=44.81%
G=25.39%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311513500.430.330.20346.3645.8362.35
HexCB738702B211415a2e3e
Octal31316320705341245325676
Binary11001011111001110000111010101110000110100101011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7387; }

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

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

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

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

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

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

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

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