Html Css Color HEX #C760A8 Hopbush

📋 copy color: '#C760A8'

red 199 ◦ green 96 ◦ blue 168

#C760A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C760A8

Tints of Hopbush #C760A8

RGB

 RED value IS 199 (78.13% from 255) = 42.98%

 GREEN value IS 96 (37.89% from 255) = 20.73%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 42.98%
G = 20.73%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C760A8 (or 0xC760A8) is known color: Hopbush. HEX triplet: C7, 60 and A8. RGB value is (199,96,168). Sum of RGB (Red+Green+Blue) = 199+96+168=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C760A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760A8 is #389F57. Grayscale: #868686. Windows color (decimal): -3710808 or 11034823. OLE color: 11034823.

HSL color Cylindrical-coordinate representation of color #C760A8: hue angle of 318.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760A8 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 168 -
CMYK 0 0.52 0.16 0.22
HSL 318.06º 0.48% 0.58% -
HSV(B) 318.06º 0.52% 0.78% -
XYZ 34.8 23.34 39.72 -
YUV 135.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 199 96 168 0 0.52 0.16 0.22 318.06 0.48 0.58
Hex C7 60 A8 0 34 10 16 13E 30 3A
Octal 307 140 250 0 64 20 26 476 60 72
Binary 11000111 1100000 10101000 0 110100 10000 10110 100111110 110000 111010

Color Harmonies of #C760A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760A8

Black with #C760A8

Text Example


Text Example

White with #C760A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760A8; }

 p { color: rgb(199,96,168); }

 H1.HeaderClassName
 {
   color: #C760A8;
 }
 .AnyTagClassName
 {
   color: #C760A8;
 }
</style>

background-color css

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

 a { background-color: rgb(199,96,168); }

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

border-color css

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

 span { border-color: rgb(199,96,168); }

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