Html Css Color HEX #C77296 Hopbush

📋 copy color: '#C77296'

red 199 ◦ green 114 ◦ blue 150

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

Shades of Hopbush #C77296

Tints of Hopbush #C77296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 42.98%
G = 24.62%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C77296 (or 0xC77296) is known color: Hopbush. HEX triplet: C7, 72 and 96. RGB value is (199,114,150). Sum of RGB (Red+Green+Blue) = 199+114+150=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C77296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77296 is #388D69. Grayscale: #8F8F8F. Windows color (decimal): -3706218 or 9859783. OLE color: 9859783.

HSL color Cylindrical-coordinate representation of color #C77296: hue angle of 334.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77296 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 150 -
CMYK 0 0.43 0.25 0.22
HSL 334.59º 0.43% 0.61% -
HSV(B) 334.59º 0.43% 0.78% -
XYZ 35.08 26.38 32.1 -
YUV 143.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 199 114 150 0 0.43 0.25 0.22 334.59 0.43 0.61
Hex C7 72 96 0 2B 19 16 14F 2B 3D
Octal 307 162 226 0 53 31 26 517 53 75
Binary 11000111 1110010 10010110 0 101011 11001 10110 101001111 101011 111101

Color Harmonies of #C77296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77296

Black with #C77296

Text Example


Text Example

White with #C77296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77296; }

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

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

background-color css

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

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

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

border-color css

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

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

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