#CB7182

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

Shades of Charm #CB7182

Tints of Charm #CB7182

Color information

#CB7182 (or 0xCB7182) is unknown color: approx Charm. HEX triplet: CB, 71 and 82. RGB value is (203,113,130). Sum of RGB (Red+Green+Blue) = 203+113+130=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7182 is #348E7D. Grayscale: #8D8D8D. Windows color (decimal): -3444350 or 8548811. OLE color: 8548811.

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

Color convert

RGB203113130-
CMYK00.440.360.20
HSL348.67º46.39%61.96%-
HSV(B)348.67º44.33%79.61%-
XYZ34.5626.1224.34-
YUV141.85121.32171.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=45.52%
G=25.34%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311313000.440.360.20348.6746.3961.96
HexCB718202C241415d2e3e
Octal31316120205444245355676
Binary11001011111000110000010010110010010010100101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7182; }

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

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

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

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

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

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

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

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