#C764A2

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

Shades of Hopbush #C764A2

Tints of Hopbush #C764A2

Color information

#C764A2 (or 0xC764A2) is unknown color: approx Hopbush. HEX triplet: C7, 64 and A2. RGB value is (199,100,162). Sum of RGB (Red+Green+Blue) = 199+100+162=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C764A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764A2 is #389B5D. Grayscale: #888888. Windows color (decimal): -3709790 or 10642631. OLE color: 10642631.

HSL color Cylindrical-coordinate representation of color #C764A2: hue angle of 322.42º 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 #C764A2 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB199100162-
CMYK00.500.190.22
HSL322.42º46.92%58.63%-
HSV(B)322.42º49.75%78.04%-
XYZ34.6323.8736.96-
YUV136.67142.3172.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 162 (63.67% from 255) = 35.14%
R=43.17%
G=21.69%
B=35.14%

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
Decimal19910016200.500.190.22322.4246.9258.63
HexC764A203213161422f3b
Octal30714424206223265025773
Binary1100011111001001010001001100101001110110101000010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764A2; }

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

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

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

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

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

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

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

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