#C472A1

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

Shades of Hopbush #C472A1

Tints of Hopbush #C472A1

Color information

#C472A1 (or 0xC472A1) is unknown color: approx Hopbush. HEX triplet: C4, 72 and A1. RGB value is (196,114,161). Sum of RGB (Red+Green+Blue) = 196+114+161=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C472A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472A1 is #3B8D5E. Grayscale: #8F8F8F. Windows color (decimal): -3902815 or 10580676. OLE color: 10580676.

HSL color Cylindrical-coordinate representation of color #C472A1: hue angle of 325.61º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472A1 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196114161-
CMYK00.420.180.23
HSL325.61º41%60.78%-
HSV(B)325.61º41.84%76.86%-
XYZ35.2226.3436.95-
YUV143.88137.67165.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=41.61%
G=24.20%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611416100.420.180.23325.614160.78
HexC472A102A1217146293d
Octal30416224105222275065175
Binary1100010011100101010000101010101001010111101000110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472A1; }

 p { color: rgb(196,114,161); }

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

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

 a { background-color: rgb(196,114,161); }

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

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

 span { border-color: rgb(196,114,161); }

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