#CD768F

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

Shades of Charm #CD768F

Tints of Charm #CD768F

Color information

#CD768F (or 0xCD768F) is unknown color: approx Charm. HEX triplet: CD, 76 and 8F. RGB value is (205,118,143). Sum of RGB (Red+Green+Blue) = 205+118+143=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD768F is #328970. Grayscale: #929292. Windows color (decimal): -3311985 or 9402061. OLE color: 9402061.

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

Color convert

RGB205118143-
CMYK00.420.300.20
HSL342.76º46.52%63.33%-
HSV(B)342.76º42.44%80.39%-
XYZ36.6127.9229.45-
YUV146.86125.82169.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 143 (56.25% from 255) = 30.69%
R=43.99%
G=25.32%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511814300.420.300.20342.7646.5263.33
HexCD768F02A1E141572f3f
Octal31516621705236245275777
Binary1100110111101101000111101010101111010100101010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD768F; }

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

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

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

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

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

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

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

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