#CD6991

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

Shades of Hopbush #CD6991

Tints of Hopbush #CD6991

Color information

#CD6991 (or 0xCD6991) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 91. RGB value is (205,105,145). Sum of RGB (Red+Green+Blue) = 205+105+145=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6991 is #32966E. Grayscale: #8B8B8B. Windows color (decimal): -3315311 or 9529805. OLE color: 9529805.

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

Color convert

RGB205105145-
CMYK00.490.290.20
HSL336º50%60.78%-
HSV(B)336º48.78%80.39%-
XYZ35.3425.1329.78-
YUV139.46131.13174.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=45.05%
G=23.08%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510514500.490.290.203365060.78
HexCD69910311D14150323d
Octal31515122106135245206275
Binary1100110111010011001000101100011110110100101010000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6991; }

 p { color: rgb(205,105,145); }

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

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

 a { background-color: rgb(205,105,145); }

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

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

 span { border-color: rgb(205,105,145); }

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