#CB7081

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

Shades of Charm #CB7081

Tints of Charm #CB7081

Color information

#CB7081 (or 0xCB7081) is unknown color: approx Charm. HEX triplet: CB, 70 and 81. RGB value is (203,112,129). Sum of RGB (Red+Green+Blue) = 203+112+129=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7081 is #348F7E. Grayscale: #8D8D8D. Windows color (decimal): -3444607 or 8483019. OLE color: 8483019.

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

Color convert

RGB203112129-
CMYK00.450.360.20
HSL348.79º46.67%61.76%-
HSV(B)348.79º44.83%79.61%-
XYZ34.3925.8723.95-
YUV141.15121.15172.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=45.72%
G=25.23%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311212900.450.360.20348.7946.6761.76
HexCB708102D241415d2f3e
Octal31316020105544245355776
Binary11001011111000010000001010110110010010100101011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7081; }

 p { color: rgb(203,112,129); }

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

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

 a { background-color: rgb(203,112,129); }

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

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

 span { border-color: rgb(203,112,129); }

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