#CB7178

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

Shades of Charm #CB7178

Tints of Charm #CB7178

Color information

#CB7178 (or 0xCB7178) is unknown color: approx Charm. HEX triplet: CB, 71 and 78. RGB value is (203,113,120). Sum of RGB (Red+Green+Blue) = 203+113+120=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7178 is #348E87. Grayscale: #8C8C8C. Windows color (decimal): -3444360 or 7893451. OLE color: 7893451.

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

Color convert

RGB203113120-
CMYK00.440.410.20
HSL355.33º46.39%61.96%-
HSV(B)355.33º44.33%79.61%-
XYZ33.9225.8620.97-
YUV140.71116.32172.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=46.56%
G=25.92%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311312000.440.410.20355.3346.3961.96
HexCB717802C29141632e3e
Octal31316117005451245435676
Binary1100101111100011111000010110010100110100101100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7178; }

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

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

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

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

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

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

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

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