#CD737A

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

Shades of Charm #CD737A

Tints of Charm #CD737A

Color information

#CD737A (or 0xCD737A) is unknown color: approx Charm. HEX triplet: CD, 73 and 7A. RGB value is (205,115,122). Sum of RGB (Red+Green+Blue) = 205+115+122=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD737A is #328C85. Grayscale: #8E8E8E. Windows color (decimal): -3312774 or 8025037. OLE color: 8025037.

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

Color convert

RGB205115122-
CMYK00.440.400.20
HSL355.33º47.37%62.75%-
HSV(B)355.33º43.9%80.39%-
XYZ34.8226.6521.72-
YUV142.71116.32172.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=46.38%
G=26.02%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511512200.440.400.20355.3347.3762.75
HexCD737A02C28141632f3f
Octal31516317205450245435777
Binary1100110111100111111010010110010100010100101100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD737A; }

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

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

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

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

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

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

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

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