#CD66AA

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

Shades of Hopbush #CD66AA

Tints of Hopbush #CD66AA

Color information

#CD66AA (or 0xCD66AA) is unknown color: approx Hopbush. HEX triplet: CD, 66 and AA. RGB value is (205,102,170). Sum of RGB (Red+Green+Blue) = 205+102+170=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD66AA is #329955. Grayscale: #8C8C8C. Windows color (decimal): -3316054 or 11167437. OLE color: 11167437.

HSL color Cylindrical-coordinate representation of color #CD66AA: hue angle of 320.39º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD66AA is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205102170-
CMYK00.500.170.20
HSL320.39º50.74%60.2%-
HSV(B)320.39º50.24%80.39%-
XYZ37.1825.3840.97-
YUV140.55144.62173.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=42.98%
G=21.38%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510217000.500.170.20320.3950.7460.2
HexCD66AA0321114140333c
Octal31514625206221245006374
Binary1100110111001101010101001100101000110100101000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66AA; }

 p { color: rgb(205,102,170); }

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

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

 a { background-color: rgb(205,102,170); }

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

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

 span { border-color: rgb(205,102,170); }

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