#CC61A4

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

Shades of Hopbush #CC61A4

Tints of Hopbush #CC61A4

Color information

#CC61A4 (or 0xCC61A4) is unknown color: approx Hopbush. HEX triplet: CC, 61 and A4. RGB value is (204,97,164). Sum of RGB (Red+Green+Blue) = 204+97+164=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61A4 is #339E5B. Grayscale: #888888. Windows color (decimal): -3382876 or 10772940. OLE color: 10772940.

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

Color convert

RGB20497164-
CMYK00.520.200.2
HSL322.43º51.2%59.02%-
HSV(B)322.43º52.45%80%-
XYZ35.8824.0737.88-
YUV136.63143.45176.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=43.87%
G=20.86%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049716400.520.200.2322.4351.259.02
HexCC61A40341414142333b
Octal31414124406424245026373
Binary1100110011000011010010001101001010010100101000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC61A4; }

 p { color: rgb(204,97,164); }

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

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

 a { background-color: rgb(204,97,164); }

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

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

 span { border-color: rgb(204,97,164); }

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