#cd7a7f

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

Shades of Charm #CD7A7F

Tints of Charm #CD7A7F

Color information

#CD7A7F (or 0xCD7A7F) is unknown color: approx Charm. HEX triplet: CD, 7A and 7F. RGB value is (205,122,127). Sum of RGB (Red+Green+Blue) = 205+122+127=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A7F is #328580. Grayscale: #939393. Windows color (decimal): -3310977 or 8354509. OLE color: 8354509.

HSL color Cylindrical-coordinate representation of color #CD7A7F: hue angle of 356.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7A7F is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205122127-
CMYK00.400.380.20
HSL356.39º45.36%64.12%-
HSV(B)356.39º40.49%80.39%-
XYZ35.9728.4323.67-
YUV147.39116.5169.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 127 (50% from 255) = 27.97%
R=45.15%
G=26.87%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512212700.400.380.20356.3945.3664.12
HexCD7A7F02826141642d40
Octal315172177050462454455100
Binary11001101111101011111110101000100110101001011001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7a7f; }

 p { color: rgb(205,122,127); }

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

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

 a { background-color: rgb(205,122,127); }

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

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

 span { border-color: rgb(205,122,127); }

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