#CB7279

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

Shades of Charm #CB7279

Tints of Charm #CB7279

Color information

#CB7279 (or 0xCB7279) is unknown color: approx Charm. HEX triplet: CB, 72 and 79. RGB value is (203,114,121). Sum of RGB (Red+Green+Blue) = 203+114+121=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7279 is #348D86. Grayscale: #8D8D8D. Windows color (decimal): -3444103 or 7959243. OLE color: 7959243.

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

Color convert

RGB203114121-
CMYK00.440.400.20
HSL355.28º46.11%62.16%-
HSV(B)355.28º43.84%79.61%-
XYZ34.126.1121.33-
YUV141.41116.49171.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=46.35%
G=26.03%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311412100.440.400.20355.2846.1162.16
HexCB727902C28141632e3e
Octal31316217105450245435676
Binary1100101111100101111001010110010100010100101100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7279; }

 p { color: rgb(203,114,121); }

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

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

 a { background-color: rgb(203,114,121); }

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

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

 span { border-color: rgb(203,114,121); }

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