#C764A1

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

Shades of Hopbush #C764A1

Tints of Hopbush #C764A1

Color information

#C764A1 (or 0xC764A1) is unknown color: approx Hopbush. HEX triplet: C7, 64 and A1. RGB value is (199,100,161). Sum of RGB (Red+Green+Blue) = 199+100+161=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A1 is #389B5E. Grayscale: #888888. Windows color (decimal): -3709791 or 10577095. OLE color: 10577095.

HSL color Cylindrical-coordinate representation of color #C764A1: hue angle of 323.03º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764A1 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB199100161-
CMYK00.500.190.22
HSL323.03º46.92%58.63%-
HSV(B)323.03º49.75%78.04%-
XYZ34.5423.8336.5-
YUV136.56141.8172.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 161 (63.28% from 255) = 35%
R=43.26%
G=21.74%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910016100.500.190.22323.0346.9258.63
HexC764A103213161432f3b
Octal30714424106223265035773
Binary1100011111001001010000101100101001110110101000011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764A1; }

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

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

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

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

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

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

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

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