#CD777B

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

Shades of Charm #CD777B

Tints of Charm #CD777B

Color information

#CD777B (or 0xCD777B) is unknown color: approx Charm. HEX triplet: CD, 77 and 7B. RGB value is (205,119,123). Sum of RGB (Red+Green+Blue) = 205+119+123=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD777B is #328884. Grayscale: #919191. Windows color (decimal): -3311749 or 8091597. OLE color: 8091597.

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

Color convert

RGB205119123-
CMYK00.420.40.20
HSL357.21º46.24%63.53%-
HSV(B)357.21º41.95%80.39%-
XYZ35.3527.622.2-
YUV145.17115.49170.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=45.86%
G=26.62%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511912300.420.40.20357.2146.2463.53
HexCD777B02A28141652e40
Octal315167173052502454556100
Binary11001101111011111110110101010101000101001011001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD777B; }

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

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

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

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

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

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

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

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