#CD7379

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

Shades of Charm #CD7379

Tints of Charm #CD7379

Color information

#CD7379 (or 0xCD7379) is unknown color: approx Charm. HEX triplet: CD, 73 and 79. RGB value is (205,115,121). Sum of RGB (Red+Green+Blue) = 205+115+121=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7379 is #328C86. Grayscale: #8E8E8E. Windows color (decimal): -3312775 or 7959501. OLE color: 7959501.

HSL color Cylindrical-coordinate representation of color #CD7379: hue angle of 356º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7379 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205115121-
CMYK00.440.410.20
HSL356º47.37%62.75%-
HSV(B)356º43.9%80.39%-
XYZ34.7626.6221.4-
YUV142.59115.82172.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=46.49%
G=26.08%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511512100.440.410.2035647.3762.75
HexCD737902C29141642f3f
Octal31516317105451245445777
Binary1100110111100111111001010110010100110100101100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7379; }

 p { color: rgb(205,115,121); }

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

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

 a { background-color: rgb(205,115,121); }

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

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

 span { border-color: rgb(205,115,121); }

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