Html Css Color HEX #C76190 Hopbush

📋 copy color: '#C76190'

red 199 ◦ green 97 ◦ blue 144

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

Shades of Hopbush #C76190

Tints of Hopbush #C76190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

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

R = 45.23%
G = 22.05%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C76190 (or 0xC76190) is known color: Hopbush. HEX triplet: C7, 61 and 90. RGB value is (199,97,144). Sum of RGB (Red+Green+Blue) = 199+97+144=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C76190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76190 is #389E6F. Grayscale: #848484. Windows color (decimal): -3710576 or 9462215. OLE color: 9462215.

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

Color convert

RGB 199 97 144 -
CMYK 0 0.51 0.28 0.22
HSL 332.35º 0.48% 0.58% -
HSV(B) 332.35º 0.51% 0.78% -
XYZ 32.86 22.71 29.04 -
YUV 132.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 199 97 144 0 0.51 0.28 0.22 332.35 0.48 0.58
Hex C7 61 90 0 33 1C 16 14C 30 3A
Octal 307 141 220 0 63 34 26 514 60 72
Binary 11000111 1100001 10010000 0 110011 11100 10110 101001100 110000 111010

Color Harmonies of #C76190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76190

Black with #C76190

Text Example


Text Example

White with #C76190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76190; }

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

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

background-color css

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

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

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

border-color css

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

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

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