#CD6A7D

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

Shades of Charm #CD6A7D

Tints of Charm #CD6A7D

Color information

#CD6A7D (or 0xCD6A7D) is unknown color: approx Charm. HEX triplet: CD, 6A and 7D. RGB value is (205,106,125). Sum of RGB (Red+Green+Blue) = 205+106+125=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A7D is #329582. Grayscale: #898989. Windows color (decimal): -3315075 or 8219341. OLE color: 8219341.

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

Color convert

RGB205106125-
CMYK00.480.390.20
HSL348.48º49.75%60.98%-
HSV(B)348.48º48.29%80.39%-
XYZ34.0324.7722.39-
YUV137.77120.8175.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=47.02%
G=24.31%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510612500.480.390.20348.4849.7560.98
HexCD6A7D030271415c323d
Octal31515217506047245346275
Binary1100110111010101111101011000010011110100101011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A7D; }

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

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

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

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

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

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

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

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