#CB6979

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

Shades of Charm #CB6979

Tints of Charm #CB6979

Color information

#CB6979 (or 0xCB6979) is unknown color: approx Charm. HEX triplet: CB, 69 and 79. RGB value is (203,105,121). Sum of RGB (Red+Green+Blue) = 203+105+121=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6979 is #349686. Grayscale: #888888. Windows color (decimal): -3446407 or 7956939. OLE color: 7956939.

HSL color Cylindrical-coordinate representation of color #CB6979: hue angle of 350.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6979 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203105121-
CMYK00.480.400.20
HSL350.2º48.51%60.39%-
HSV(B)350.2º48.28%79.61%-
XYZ33.1324.1821.01-
YUV136.13119.47175.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=47.32%
G=24.48%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310512100.480.400.20350.248.5160.39
HexCB6979030281415e313c
Octal31315117106050245366174
Binary1100101111010011111001011000010100010100101011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6979; }

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

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

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

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

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

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

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

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