#CD6A77

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

Shades of Charm #CD6A77

Tints of Charm #CD6A77

Color information

#CD6A77 (or 0xCD6A77) is unknown color: approx Charm. HEX triplet: CD, 6A and 77. RGB value is (205,106,119). Sum of RGB (Red+Green+Blue) = 205+106+119=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A77 is #329588. Grayscale: #898989. Windows color (decimal): -3315081 or 7826125. OLE color: 7826125.

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

Color convert

RGB205106119-
CMYK00.480.420.20
HSL352.12º49.75%60.98%-
HSV(B)352.12º48.29%80.39%-
XYZ33.6624.6220.43-
YUV137.08117.8176.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=47.67%
G=24.65%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510611900.480.420.20352.1249.7560.98
HexCD6A770302A14160323d
Octal31515216706052245406275
Binary1100110111010101110111011000010101010100101100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A77; }

 p { color: rgb(205,106,119); }

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

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

 a { background-color: rgb(205,106,119); }

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

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

 span { border-color: rgb(205,106,119); }

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