#CD7C7E

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

Shades of Charm #CD7C7E

Tints of Charm #CD7C7E

Color information

#CD7C7E (or 0xCD7C7E) is unknown color: approx Charm. HEX triplet: CD, 7C and 7E. RGB value is (205,124,126). Sum of RGB (Red+Green+Blue) = 205+124+126=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C7E is #328381. Grayscale: #949494. Windows color (decimal): -3310466 or 8289485. OLE color: 8289485.

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

Color convert

RGB205124126-
CMYK00.400.390.20
HSL358.52º44.75%64.51%-
HSV(B)358.52º39.51%80.39%-
XYZ36.1528.923.41-
YUV148.45115.34168.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=45.05%
G=27.25%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512412600.400.390.20358.5244.7564.51
HexCD7C7E02827141672d41
Octal315174176050472454755101
Binary11001101111110011111100101000100111101001011001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C7E; }

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

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

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

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

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

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

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

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