#CD7090

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

Shades of Hopbush #CD7090

Tints of Hopbush #CD7090

Color information

#CD7090 (or 0xCD7090) is unknown color: approx Hopbush. HEX triplet: CD, 70 and 90. RGB value is (205,112,144). Sum of RGB (Red+Green+Blue) = 205+112+144=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7090 is #328F6F. Grayscale: #8F8F8F. Windows color (decimal): -3313520 or 9466061. OLE color: 9466061.

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

Color convert

RGB205112144-
CMYK00.450.300.20
HSL339.35º48.19%62.16%-
HSV(B)339.35º45.37%80.39%-
XYZ36.0126.5829.62-
YUV143.45128.31171.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=44.47%
G=24.30%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511214400.450.300.20339.3548.1962.16
HexCD709002D1E14153303e
Octal31516022005536245236076
Binary1100110111100001001000001011011111010100101010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7090; }

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

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

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

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

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

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

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

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