#CD738C

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

Shades of Charm #CD738C

Tints of Charm #CD738C

Color information

#CD738C (or 0xCD738C) is unknown color: approx Charm. HEX triplet: CD, 73 and 8C. RGB value is (205,115,140). Sum of RGB (Red+Green+Blue) = 205+115+140=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD738C is #328C73. Grayscale: #909090. Windows color (decimal): -3312756 or 9204685. OLE color: 9204685.

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

Color convert

RGB205115140-
CMYK00.440.320.20
HSL343.33º47.37%62.75%-
HSV(B)343.33º43.9%80.39%-
XYZ36.0427.1328.15-
YUV144.76125.32170.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=44.57%
G=25%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511514000.440.320.20343.3347.3762.75
HexCD738C02C20141572f3f
Octal31516321405440245275777
Binary11001101111001110001100010110010000010100101010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD738C; }

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

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

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

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

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

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

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

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