#CD777D

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

Shades of Charm #CD777D

Tints of Charm #CD777D

Color information

#CD777D (or 0xCD777D) is unknown color: approx Charm. HEX triplet: CD, 77 and 7D. RGB value is (205,119,125). Sum of RGB (Red+Green+Blue) = 205+119+125=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD777D is #328882. Grayscale: #919191. Windows color (decimal): -3311747 or 8222669. OLE color: 8222669.

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

Color convert

RGB205119125-
CMYK00.420.390.20
HSL355.81º46.24%63.53%-
HSV(B)355.81º41.95%80.39%-
XYZ35.4827.6522.87-
YUV145.4116.49170.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=45.66%
G=26.50%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511912500.420.390.20355.8146.2463.53
HexCD777D02A27141642e40
Octal315167175052472454456100
Binary11001101111011111111010101010100111101001011001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD777D; }

 p { color: rgb(205,119,125); }

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

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

 a { background-color: rgb(205,119,125); }

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

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

 span { border-color: rgb(205,119,125); }

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