#CD6E90

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

Shades of Hopbush #CD6E90

Tints of Hopbush #CD6E90

Color information

#CD6E90 (or 0xCD6E90) is unknown color: approx Hopbush. HEX triplet: CD, 6E and 90. RGB value is (205,110,144). Sum of RGB (Red+Green+Blue) = 205+110+144=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6E90 is #32916F. Grayscale: #8E8E8E. Windows color (decimal): -3314032 or 9465549. OLE color: 9465549.

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

Color convert

RGB205110144-
CMYK00.460.300.20
HSL338.53º48.72%61.76%-
HSV(B)338.53º46.34%80.39%-
XYZ35.7926.1429.55-
YUV142.28128.97172.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=44.66%
G=23.97%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511014400.460.300.20338.5348.7261.76
HexCD6E9002E1E14153313e
Octal31515622005636245236176
Binary1100110111011101001000001011101111010100101010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E90; }

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

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

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

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

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

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

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

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