#C970A4

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

Shades of Hopbush #C970A4

Tints of Hopbush #C970A4

Color information

#C970A4 (or 0xC970A4) is unknown color: approx Hopbush. HEX triplet: C9, 70 and A4. RGB value is (201,112,164). Sum of RGB (Red+Green+Blue) = 201+112+164=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C970A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970A4 is #368F5B. Grayscale: #909090. Windows color (decimal): -3575644 or 10776777. OLE color: 10776777.

HSL color Cylindrical-coordinate representation of color #C970A4: hue angle of 324.94º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970A4 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB201112164-
CMYK00.440.180.21
HSL324.94º45.18%61.37%-
HSV(B)324.94º44.28%78.82%-
XYZ36.5826.6938.34-
YUV144.54138.99168.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.14%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=42.14%
G=23.48%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111216400.440.180.21324.9445.1861.37
HexC970A402C12151452d3d
Octal31116024405422255055575
Binary1100100111100001010010001011001001010101101000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970A4; }

 p { color: rgb(201,112,164); }

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

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

 a { background-color: rgb(201,112,164); }

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

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

 span { border-color: rgb(201,112,164); }

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