#CB6D79

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

Shades of Charm #CB6D79

Tints of Charm #CB6D79

Color information

#CB6D79 (or 0xCB6D79) is unknown color: approx Charm. HEX triplet: CB, 6D and 79. RGB value is (203,109,121). Sum of RGB (Red+Green+Blue) = 203+109+121=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D79 is #349286. Grayscale: #8A8A8A. Windows color (decimal): -3445383 or 7957963. OLE color: 7957963.

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

Color convert

RGB203109121-
CMYK00.460.400.20
HSL352.34º47.47%61.18%-
HSV(B)352.34º46.31%79.61%-
XYZ33.5525.0121.15-
YUV138.47118.14174.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=46.88%
G=25.17%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310912100.460.400.20352.3447.4761.18
HexCB6D7902E28141602f3d
Octal31315517105650245405775
Binary1100101111011011111001010111010100010100101100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D79; }

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

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

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

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

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

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

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

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