#C264A1

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

Shades of Hopbush #C264A1

Tints of Hopbush #C264A1

Color information

#C264A1 (or 0xC264A1) is unknown color: approx Hopbush. HEX triplet: C2, 64 and A1. RGB value is (194,100,161). Sum of RGB (Red+Green+Blue) = 194+100+161=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A1 is #3D9B5E. Grayscale: #868686. Windows color (decimal): -4037471 or 10577090. OLE color: 10577090.

HSL color Cylindrical-coordinate representation of color #C264A1: hue angle of 321.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C264A1 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB194100161-
CMYK00.480.170.24
HSL321.06º43.52%57.65%-
HSV(B)321.06º48.45%76.08%-
XYZ33.2423.1636.44-
YUV135.06142.64170.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=42.64%
G=21.98%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410016100.480.170.24321.0643.5257.65
HexC264A103011181412c3a
Octal30214424106021305015472
Binary1100001011001001010000101100001000111000101000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264A1; }

 p { color: rgb(194,100,161); }

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

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

 a { background-color: rgb(194,100,161); }

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

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

 span { border-color: rgb(194,100,161); }

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