#CD7A7C

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

Shades of Charm #CD7A7C

Tints of Charm #CD7A7C

Color information

#CD7A7C (or 0xCD7A7C) is unknown color: approx Charm. HEX triplet: CD, 7A and 7C. RGB value is (205,122,124). Sum of RGB (Red+Green+Blue) = 205+122+124=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A7C is #328583. Grayscale: #939393. Windows color (decimal): -3310980 or 8157901. OLE color: 8157901.

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

Color convert

RGB205122124-
CMYK00.400.400.20
HSL358.55º45.36%64.12%-
HSV(B)358.55º40.49%80.39%-
XYZ35.7728.3522.66-
YUV147.04115169.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=45.45%
G=27.05%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512212400.400.400.20358.5545.3664.12
HexCD7A7C02828141672d40
Octal315172174050502454755100
Binary11001101111101011111000101000101000101001011001111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A7C; }

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

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

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

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

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

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

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

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