Html Css Color HEX #C76BA0 Hopbush

📋 copy color: '#C76BA0'

red 199 ◦ green 107 ◦ blue 160

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

Shades of Hopbush #C76BA0

Tints of Hopbush #C76BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 42.7%
G = 22.96%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C76BA0 (or 0xC76BA0) is known color: Hopbush. HEX triplet: C7, 6B and A0. RGB value is (199,107,160). Sum of RGB (Red+Green+Blue) = 199+107+160=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BA0 is #38945F. Grayscale: #8C8C8C. Windows color (decimal): -3708000 or 10513351. OLE color: 10513351.

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

Color convert

RGB 199 107 160 -
CMYK 0 0.46 0.20 0.22
HSL 325.43º 0.45% 0.6% -
HSV(B) 325.43º 0.46% 0.78% -
XYZ 35.16 25.2 36.27 -
YUV 140.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 199 107 160 0 0.46 0.20 0.22 325.43 0.45 0.6
Hex C7 6B A0 0 2E 14 16 145 2D 3C
Octal 307 153 240 0 56 24 26 505 55 74
Binary 11000111 1101011 10100000 0 101110 10100 10110 101000101 101101 111100

Color Harmonies of #C76BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BA0

Black with #C76BA0

Text Example


Text Example

White with #C76BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BA0; }

 p { color: rgb(199,107,160); }

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

background-color css

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

 a { background-color: rgb(199,107,160); }

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

border-color css

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

 span { border-color: rgb(199,107,160); }

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