Html Css Color HEX #C76296 Hopbush

📋 copy color: '#C76296'

red 199 ◦ green 98 ◦ blue 150

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

Shades of Hopbush #C76296

Tints of Hopbush #C76296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.92%

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

R = 44.52%
G = 21.92%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C76296 (or 0xC76296) is known color: Hopbush. HEX triplet: C7, 62 and 96. RGB value is (199,98,150). Sum of RGB (Red+Green+Blue) = 199+98+150=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C76296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76296 is #389D69. Grayscale: #868686. Windows color (decimal): -3710314 or 9855687. OLE color: 9855687.

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

Color convert

RGB 199 98 150 -
CMYK 0 0.51 0.25 0.22
HSL 329.11º 0.47% 0.58% -
HSV(B) 329.11º 0.51% 0.78% -
XYZ 33.43 23.08 31.55 -
YUV 134.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 199 98 150 0 0.51 0.25 0.22 329.11 0.47 0.58
Hex C7 62 96 0 33 19 16 149 2F 3A
Octal 307 142 226 0 63 31 26 511 57 72
Binary 11000111 1100010 10010110 0 110011 11001 10110 101001001 101111 111010

Color Harmonies of #C76296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76296

Black with #C76296

Text Example


Text Example

White with #C76296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76296; }

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

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

background-color css

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

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

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

border-color css

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

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

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