#CB7380

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

Shades of Charm #CB7380

Tints of Charm #CB7380

Color information

#CB7380 (or 0xCB7380) is unknown color: approx Charm. HEX triplet: CB, 73 and 80. RGB value is (203,115,128). Sum of RGB (Red+Green+Blue) = 203+115+128=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7380 is #348C7F. Grayscale: #8E8E8E. Windows color (decimal): -3443840 or 8418251. OLE color: 8418251.

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

Color convert

RGB203115128-
CMYK00.430.370.20
HSL351.14º45.83%62.35%-
HSV(B)351.14º43.35%79.61%-
XYZ34.6626.5223.71-
YUV142.79119.65170.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=45.52%
G=25.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311512800.430.370.20351.1445.8362.35
HexCB738002B251415f2e3e
Octal31316320005345245375676
Binary11001011111001110000000010101110010110100101011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7380; }

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

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

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

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

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

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

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

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