#CD7095

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

Shades of Hopbush #CD7095

Tints of Hopbush #CD7095

Color information

#CD7095 (or 0xCD7095) is unknown color: approx Hopbush. HEX triplet: CD, 70 and 95. RGB value is (205,112,149). Sum of RGB (Red+Green+Blue) = 205+112+149=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7095 is #328F6A. Grayscale: #8F8F8F. Windows color (decimal): -3313515 or 9793741. OLE color: 9793741.

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

Color convert

RGB205112149-
CMYK00.450.270.20
HSL336.13º48.19%62.16%-
HSV(B)336.13º45.37%80.39%-
XYZ36.426.7431.68-
YUV144.02130.81171.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=43.99%
G=24.03%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511214900.450.270.20336.1348.1962.16
HexCD709502D1B14150303e
Octal31516022505533245206076
Binary1100110111100001001010101011011101110100101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7095; }

 p { color: rgb(205,112,149); }

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

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

 a { background-color: rgb(205,112,149); }

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

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

 span { border-color: rgb(205,112,149); }

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