#CD7684

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

Shades of Charm #CD7684

Tints of Charm #CD7684

Color information

#CD7684 (or 0xCD7684) is unknown color: approx Charm. HEX triplet: CD, 76 and 84. RGB value is (205,118,132). Sum of RGB (Red+Green+Blue) = 205+118+132=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7684 is #32897B. Grayscale: #919191. Windows color (decimal): -3311996 or 8681165. OLE color: 8681165.

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

Color convert

RGB205118132-
CMYK00.420.360.20
HSL350.34º46.52%63.33%-
HSV(B)350.34º42.44%80.39%-
XYZ35.8227.625.27-
YUV145.61120.32170.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=45.05%
G=25.93%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511813200.420.360.20350.3446.5263.33
HexCD768402A241415e2f3f
Octal31516620405244245365777
Binary11001101111011010000100010101010010010100101011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7684; }

 p { color: rgb(205,118,132); }

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

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

 a { background-color: rgb(205,118,132); }

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

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

 span { border-color: rgb(205,118,132); }

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