#CD6A7C

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

Shades of Charm #CD6A7C

Tints of Charm #CD6A7C

Color information

#CD6A7C (or 0xCD6A7C) is unknown color: approx Charm. HEX triplet: CD, 6A and 7C. RGB value is (205,106,124). Sum of RGB (Red+Green+Blue) = 205+106+124=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A7C is #329583. Grayscale: #898989. Windows color (decimal): -3315076 or 8153805. OLE color: 8153805.

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

Color convert

RGB205106124-
CMYK00.480.400.20
HSL349.09º49.75%60.98%-
HSV(B)349.09º48.29%80.39%-
XYZ33.9724.7422.05-
YUV137.65120.3176.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=47.13%
G=24.37%
B=28.51%

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
Decimal20510612400.480.400.20349.0949.7560.98
HexCD6A7C030281415d323d
Octal31515217406050245356275
Binary1100110111010101111100011000010100010100101011101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A7C; }

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

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

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

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

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

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

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

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