#C562A3

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

Shades of Hopbush #C562A3

Tints of Hopbush #C562A3

Color information

#C562A3 (or 0xC562A3) is unknown color: approx Hopbush. HEX triplet: C5, 62 and A3. RGB value is (197,98,163). Sum of RGB (Red+Green+Blue) = 197+98+163=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C562A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C562A3 is #3A9D5C. Grayscale: #868686. Windows color (decimal): -3841373 or 10707653. OLE color: 10707653.

HSL color Cylindrical-coordinate representation of color #C562A3: hue angle of 320.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C562A3 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19798163-
CMYK00.500.170.23
HSL320.61º46.05%57.84%-
HSV(B)320.61º50.25%77.25%-
XYZ3423.2537.35-
YUV135.01143.8172.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=43.01%
G=21.40%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979816300.500.170.23320.6146.0557.84
HexC562A303211171412e3a
Octal30514224306221275015672
Binary1100010111000101010001101100101000110111101000001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562A3; }

 p { color: rgb(197,98,163); }

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

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

 a { background-color: rgb(197,98,163); }

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

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

 span { border-color: rgb(197,98,163); }

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