Html Css Color HEX #C76194 Hopbush

📋 copy color: '#C76194'

red 199 ◦ green 97 ◦ blue 148

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

Shades of Hopbush #C76194

Tints of Hopbush #C76194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

 BLUE value IS 148 (58.2% from 255) = 33.33%

R = 44.82%
G = 21.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C76194 (or 0xC76194) is known color: Hopbush. HEX triplet: C7, 61 and 94. RGB value is (199,97,148). Sum of RGB (Red+Green+Blue) = 199+97+148=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C76194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76194 is #389E6B. Grayscale: #858585. Windows color (decimal): -3710572 or 9724359. OLE color: 9724359.

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

Color convert

RGB 199 97 148 -
CMYK 0 0.51 0.26 0.22
HSL 330º 0.48% 0.58% -
HSV(B) 330º 0.51% 0.78% -
XYZ 33.17 22.83 30.68 -
YUV 133.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 199 97 148 0 0.51 0.26 0.22 330 0.48 0.58
Hex C7 61 94 0 33 1A 16 14A 30 3A
Octal 307 141 224 0 63 32 26 512 60 72
Binary 11000111 1100001 10010100 0 110011 11010 10110 101001010 110000 111010

Color Harmonies of #C76194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76194

Black with #C76194

Text Example


Text Example

White with #C76194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76194; }

 p { color: rgb(199,97,148); }

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

background-color css

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

 a { background-color: rgb(199,97,148); }

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

border-color css

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

 span { border-color: rgb(199,97,148); }

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