Html Css Color HEX #C760A2 Hopbush

📋 copy color: '#C760A2'

red 199 ◦ green 96 ◦ blue 162

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

Shades of Hopbush #C760A2

Tints of Hopbush #C760A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 43.54%
G = 21.01%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C760A2 (or 0xC760A2) is known color: Hopbush. HEX triplet: C7, 60 and A2. RGB value is (199,96,162). Sum of RGB (Red+Green+Blue) = 199+96+162=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C760A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760A2 is #389F5D. Grayscale: #868686. Windows color (decimal): -3710814 or 10641607. OLE color: 10641607.

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

Color convert

RGB 199 96 162 -
CMYK 0 0.52 0.19 0.22
HSL 321.55º 0.48% 0.58% -
HSV(B) 321.55º 0.52% 0.78% -
XYZ 34.26 23.12 36.84 -
YUV 134.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 199 96 162 0 0.52 0.19 0.22 321.55 0.48 0.58
Hex C7 60 A2 0 34 13 16 142 30 3A
Octal 307 140 242 0 64 23 26 502 60 72
Binary 11000111 1100000 10100010 0 110100 10011 10110 101000010 110000 111010

Color Harmonies of #C760A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760A2

Black with #C760A2

Text Example


Text Example

White with #C760A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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