#CD6E98

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

Shades of Hopbush #CD6E98

Tints of Hopbush #CD6E98

Color information

#CD6E98 (or 0xCD6E98) is unknown color: approx Hopbush. HEX triplet: CD, 6E and 98. RGB value is (205,110,152). Sum of RGB (Red+Green+Blue) = 205+110+152=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6E98 is #329167. Grayscale: #8F8F8F. Windows color (decimal): -3314024 or 9989837. OLE color: 9989837.

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

Color convert

RGB205110152-
CMYK00.460.260.20
HSL333.47º48.72%61.76%-
HSV(B)333.47º46.34%80.39%-
XYZ36.4226.432.88-
YUV143.19132.97172.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=43.90%
G=23.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511015200.460.260.20333.4748.7261.76
HexCD6E9802E1A1414d313e
Octal31515623005632245156176
Binary1100110111011101001100001011101101010100101001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E98; }

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

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

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

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

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

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

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

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