#CB7382

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

Shades of Charm #CB7382

Tints of Charm #CB7382

Color information

#CB7382 (or 0xCB7382) is unknown color: approx Charm. HEX triplet: CB, 73 and 82. RGB value is (203,115,130). Sum of RGB (Red+Green+Blue) = 203+115+130=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7382 is #348C7D. Grayscale: #8F8F8F. Windows color (decimal): -3443838 or 8549323. OLE color: 8549323.

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

Color convert

RGB203115130-
CMYK00.430.360.20
HSL349.77º45.83%62.35%-
HSV(B)349.77º43.35%79.61%-
XYZ34.7926.5724.41-
YUV143.02120.65170.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=45.31%
G=25.67%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311513000.430.360.20349.7745.8362.35
HexCB738202B241415e2e3e
Octal31316320205344245365676
Binary11001011111001110000010010101110010010100101011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7382; }

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

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

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

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

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

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

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

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