#CD7185

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

Shades of Charm #CD7185

Tints of Charm #CD7185

Color information

#CD7185 (or 0xCD7185) is unknown color: approx Charm. HEX triplet: CD, 71 and 85. RGB value is (205,113,133). Sum of RGB (Red+Green+Blue) = 205+113+133=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7185 is #328E7A. Grayscale: #8E8E8E. Windows color (decimal): -3313275 or 8745421. OLE color: 8745421.

HSL color Cylindrical-coordinate representation of color #CD7185: hue angle of 346.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7185 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205113133-
CMYK00.450.350.20
HSL346.96º47.92%62.35%-
HSV(B)346.96º44.88%80.39%-
XYZ35.3226.4825.44-
YUV142.79122.48172.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=45.45%
G=25.06%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511313300.450.350.20346.9647.9262.35
HexCD718502D231415b303e
Octal31516120505543245336076
Binary11001101111000110000101010110110001110100101011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7185; }

 p { color: rgb(205,113,133); }

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

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

 a { background-color: rgb(205,113,133); }

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

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

 span { border-color: rgb(205,113,133); }

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