Html Css Color HEX #C76490 Hopbush

📋 copy color: '#C76490'

red 199 ◦ green 100 ◦ blue 144

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

Shades of Hopbush #C76490

Tints of Hopbush #C76490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 44.92%
G = 22.57%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C76490 (or 0xC76490) is known color: Hopbush. HEX triplet: C7, 64 and 90. RGB value is (199,100,144). Sum of RGB (Red+Green+Blue) = 199+100+144=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C76490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76490 is #389B6F. Grayscale: #868686. Windows color (decimal): -3709808 or 9462983. OLE color: 9462983.

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

Color convert

RGB 199 100 144 -
CMYK 0 0.50 0.28 0.22
HSL 333.33º 0.47% 0.59% -
HSV(B) 333.33º 0.5% 0.78% -
XYZ 33.14 23.27 29.13 -
YUV 134.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 199 100 144 0 0.50 0.28 0.22 333.33 0.47 0.59
Hex C7 64 90 0 32 1C 16 14D 2F 3B
Octal 307 144 220 0 62 34 26 515 57 73
Binary 11000111 1100100 10010000 0 110010 11100 10110 101001101 101111 111011

Color Harmonies of #C76490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76490

Black with #C76490

Text Example


Text Example

White with #C76490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76490; }

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

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

background-color css

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

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

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

border-color css

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

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

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