#CD7193

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

Shades of Hopbush #CD7193

Tints of Hopbush #CD7193

Color information

#CD7193 (or 0xCD7193) is unknown color: approx Hopbush. HEX triplet: CD, 71 and 93. RGB value is (205,113,147). Sum of RGB (Red+Green+Blue) = 205+113+147=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7193 is #328E6C. Grayscale: #909090. Windows color (decimal): -3313261 or 9662925. OLE color: 9662925.

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

Color convert

RGB205113147-
CMYK00.450.280.20
HSL337.83º47.92%62.35%-
HSV(B)337.83º44.88%80.39%-
XYZ36.3526.930.88-
YUV144.38129.48171.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=44.09%
G=24.30%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511314700.450.280.20337.8347.9262.35
HexCD719302D1C14152303e
Octal31516122305534245226076
Binary1100110111100011001001101011011110010100101010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7193; }

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

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

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

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

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

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

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

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