#CC5DA3

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

Shades of Hopbush #CC5DA3

Tints of Hopbush #CC5DA3

Color information

#CC5DA3 (or 0xCC5DA3) is unknown color: approx Hopbush. HEX triplet: CC, 5D and A3. RGB value is (204,93,163). Sum of RGB (Red+Green+Blue) = 204+93+163=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA3 is #33A25C. Grayscale: #868686. Windows color (decimal): -3383901 or 10706380. OLE color: 10706380.

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

Color convert

RGB20493163-
CMYK00.540.200.2
HSL322.16º52.11%58.24%-
HSV(B)322.16º54.41%80%-
XYZ35.4323.3137.28-
YUV134.17144.27177.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=44.35%
G=20.22%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049316300.540.200.2322.1652.1158.24
HexCC5DA30361414142343a
Octal31413524306624245026472
Binary1100110010111011010001101101101010010100101000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DA3; }

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

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

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

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

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

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

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

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