Html Css Color HEX #C76096 Hopbush

📋 copy color: '#C76096'

red 199 ◦ green 96 ◦ blue 150

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

Shades of Hopbush #C76096

Tints of Hopbush #C76096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 44.72%
G = 21.57%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C76096 (or 0xC76096) is known color: Hopbush. HEX triplet: C7, 60 and 96. RGB value is (199,96,150). Sum of RGB (Red+Green+Blue) = 199+96+150=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C76096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76096 is #389F69. Grayscale: #848484. Windows color (decimal): -3710826 or 9855175. OLE color: 9855175.

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

Color convert

RGB 199 96 150 -
CMYK 0 0.52 0.25 0.22
HSL 328.54º 0.48% 0.58% -
HSV(B) 328.54º 0.52% 0.78% -
XYZ 33.24 22.71 31.49 -
YUV 132.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 199 96 150 0 0.52 0.25 0.22 328.54 0.48 0.58
Hex C7 60 96 0 34 19 16 149 30 3A
Octal 307 140 226 0 64 31 26 511 60 72
Binary 11000111 1100000 10010110 0 110100 11001 10110 101001001 110000 111010

Color Harmonies of #C76096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76096

Black with #C76096

Text Example


Text Example

White with #C76096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76096; }

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

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

background-color css

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

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

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

border-color css

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

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

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