#CD768A

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

Shades of Charm #CD768A

Tints of Charm #CD768A

Color information

#CD768A (or 0xCD768A) is unknown color: approx Charm. HEX triplet: CD, 76 and 8A. RGB value is (205,118,138). Sum of RGB (Red+Green+Blue) = 205+118+138=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD768A is #328975. Grayscale: #929292. Windows color (decimal): -3311990 or 9074381. OLE color: 9074381.

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

Color convert

RGB205118138-
CMYK00.420.330.20
HSL346.21º46.52%63.33%-
HSV(B)346.21º42.44%80.39%-
XYZ36.2427.7727.49-
YUV146.29123.32169.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=44.47%
G=25.60%
B=29.93%

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
Decimal20511813800.420.330.20346.2146.5263.33
HexCD768A02A211415a2f3f
Octal31516621205241245325777
Binary11001101111011010001010010101010000110100101011010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD768A; }

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

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

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

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

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

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

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

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