#CC5DA0

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

Shades of Hopbush #CC5DA0

Tints of Hopbush #CC5DA0

Color information

#CC5DA0 (or 0xCC5DA0) is unknown color: approx Hopbush. HEX triplet: CC, 5D and A0. RGB value is (204,93,160). Sum of RGB (Red+Green+Blue) = 204+93+160=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA0 is #33A25F. Grayscale: #858585. Windows color (decimal): -3383904 or 10509772. OLE color: 10509772.

HSL color Cylindrical-coordinate representation of color #CC5DA0: hue angle of 323.78º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DA0 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB20493160-
CMYK00.540.220.2
HSL323.78º52.11%58.24%-
HSV(B)323.78º54.41%80%-
XYZ35.1623.235.88-
YUV133.83142.77178.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=44.64%
G=20.35%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049316000.540.220.2323.7852.1158.24
HexCC5DA00361614144343a
Octal31413524006626245046472
Binary1100110010111011010000001101101011010100101000100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DA0; }

 p { color: rgb(204,93,160); }

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

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

 a { background-color: rgb(204,93,160); }

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

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

 span { border-color: rgb(204,93,160); }

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