#CD767E

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

Shades of Charm #CD767E

Tints of Charm #CD767E

Color information

#CD767E (or 0xCD767E) is unknown color: approx Charm. HEX triplet: CD, 76 and 7E. RGB value is (205,118,126). Sum of RGB (Red+Green+Blue) = 205+118+126=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD767E is #328981. Grayscale: #909090. Windows color (decimal): -3312002 or 8287949. OLE color: 8287949.

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

Color convert

RGB205118126-
CMYK00.420.390.20
HSL354.48º46.52%63.33%-
HSV(B)354.48º42.44%80.39%-
XYZ35.4227.4423.17-
YUV144.92117.32170.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=45.66%
G=26.28%
B=28.06%

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
Decimal20511812600.420.390.20354.4846.5263.33
HexCD767E02A27141622f3f
Octal31516617605247245425777
Binary1100110111101101111110010101010011110100101100010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD767E; }

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

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

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

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

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

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

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

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