Html Css Color HEX #C76496 Hopbush

📋 copy color: '#C76496'

red 199 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #C76496

Tints of Hopbush #C76496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 44.32%
G = 22.27%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C76496 (or 0xC76496) is known color: Hopbush. HEX triplet: C7, 64 and 96. RGB value is (199,100,150). Sum of RGB (Red+Green+Blue) = 199+100+150=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C76496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76496 is #389B69. Grayscale: #878787. Windows color (decimal): -3709802 or 9856199. OLE color: 9856199.

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

Color convert

RGB 199 100 150 -
CMYK 0 0.50 0.25 0.22
HSL 329.7º 0.47% 0.59% -
HSV(B) 329.7º 0.5% 0.78% -
XYZ 33.62 23.46 31.61 -
YUV 135.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 199 100 150 0 0.50 0.25 0.22 329.7 0.47 0.59
Hex C7 64 96 0 32 19 16 14A 2F 3B
Octal 307 144 226 0 62 31 26 512 57 73
Binary 11000111 1100100 10010110 0 110010 11001 10110 101001010 101111 111011

Color Harmonies of #C76496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76496

Black with #C76496

Text Example


Text Example

White with #C76496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76496; }

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

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

background-color css

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

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

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

border-color css

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

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

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