Html Css Color HEX #C76895 Hopbush

📋 copy color: '#C76895'

red 199 ◦ green 104 ◦ blue 149

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

Shades of Hopbush #C76895

Tints of Hopbush #C76895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 44.03%
G = 23.01%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C76895 (or 0xC76895) is known color: Hopbush. HEX triplet: C7, 68 and 95. RGB value is (199,104,149). Sum of RGB (Red+Green+Blue) = 199+104+149=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C76895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76895 is #38976A. Grayscale: #898989. Windows color (decimal): -3708779 or 9791687. OLE color: 9791687.

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

Color convert

RGB 199 104 149 -
CMYK 0 0.48 0.25 0.22
HSL 331.58º 0.46% 0.59% -
HSV(B) 331.58º 0.48% 0.78% -
XYZ 33.93 24.21 31.32 -
YUV 137.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 199 104 149 0 0.48 0.25 0.22 331.58 0.46 0.59
Hex C7 68 95 0 30 19 16 14C 2E 3B
Octal 307 150 225 0 60 31 26 514 56 73
Binary 11000111 1101000 10010101 0 110000 11001 10110 101001100 101110 111011

Color Harmonies of #C76895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76895

Black with #C76895

Text Example


Text Example

White with #C76895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76895; }

 p { color: rgb(199,104,149); }

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

background-color css

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

 a { background-color: rgb(199,104,149); }

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

border-color css

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

 span { border-color: rgb(199,104,149); }

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