#CD6280

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

Shades of Charm #CD6280

Tints of Charm #CD6280

Color information

#CD6280 (or 0xCD6280) is unknown color: approx Charm. HEX triplet: CD, 62 and 80. RGB value is (205,98,128). Sum of RGB (Red+Green+Blue) = 205+98+128=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6280 is #329D7F. Grayscale: #858585. Windows color (decimal): -3317120 or 8413901. OLE color: 8413901.

HSL color Cylindrical-coordinate representation of color #CD6280: hue angle of 343.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6280 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20598128-
CMYK00.520.380.20
HSL343.18º51.69%59.41%-
HSV(B)343.18º52.2%80.39%-
XYZ33.4423.2723.15-
YUV133.41124.95179.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=47.56%
G=22.74%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059812800.520.380.20343.1851.6959.41
HexCD62800342614157343b
Octal31514220006446245276473
Binary11001101110001010000000011010010011010100101010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6280; }

 p { color: rgb(205,98,128); }

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

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

 a { background-color: rgb(205,98,128); }

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

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

 span { border-color: rgb(205,98,128); }

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