#CD7689

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

Shades of Charm #CD7689

Tints of Charm #CD7689

Color information

#CD7689 (or 0xCD7689) is unknown color: approx Charm. HEX triplet: CD, 76 and 89. RGB value is (205,118,137). Sum of RGB (Red+Green+Blue) = 205+118+137=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7689 is #328976. Grayscale: #929292. Windows color (decimal): -3311991 or 9008845. OLE color: 9008845.

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

Color convert

RGB205118137-
CMYK00.420.330.20
HSL346.9º46.52%63.33%-
HSV(B)346.9º42.44%80.39%-
XYZ36.1727.7427.12-
YUV146.18122.82169.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=44.57%
G=25.65%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511813700.420.330.20346.946.5263.33
HexCD768902A211415b2f3f
Octal31516621105241245335777
Binary11001101111011010001001010101010000110100101011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7689; }

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

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

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

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

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

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

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

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