#CB6F79

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

Shades of Charm #CB6F79

Tints of Charm #CB6F79

Color information

#CB6F79 (or 0xCB6F79) is unknown color: approx Charm. HEX triplet: CB, 6F and 79. RGB value is (203,111,121). Sum of RGB (Red+Green+Blue) = 203+111+121=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F79 is #349086. Grayscale: #8B8B8B. Windows color (decimal): -3444871 or 7958475. OLE color: 7958475.

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

Color convert

RGB203111121-
CMYK00.450.400.20
HSL353.48º46.94%61.57%-
HSV(B)353.48º45.32%79.61%-
XYZ33.7625.4521.22-
YUV139.65117.48173.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=46.67%
G=25.52%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311112100.450.400.20353.4846.9461.57
HexCB6F7902D28141612f3e
Octal31315717105550245415776
Binary1100101111011111111001010110110100010100101100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F79; }

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

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

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

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

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

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

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

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