Html Css Color HEX #C76BAA Hopbush

📋 copy color: '#C76BAA'

red 199 ◦ green 107 ◦ blue 170

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

Shades of Hopbush #C76BAA

Tints of Hopbush #C76BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 41.81%
G = 22.48%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C76BAA (or 0xC76BAA) is known color: Hopbush. HEX triplet: C7, 6B and AA. RGB value is (199,107,170). Sum of RGB (Red+Green+Blue) = 199+107+170=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BAA is #389455. Grayscale: #8D8D8D. Windows color (decimal): -3707990 or 11168711. OLE color: 11168711.

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

Color convert

RGB 199 107 170 -
CMYK 0 0.46 0.15 0.22
HSL 318.91º 0.45% 0.6% -
HSV(B) 318.91º 0.46% 0.78% -
XYZ 36.07 25.56 41.06 -
YUV 141.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 199 107 170 0 0.46 0.15 0.22 318.91 0.45 0.6
Hex C7 6B AA 0 2E F 16 13F 2D 3C
Octal 307 153 252 0 56 17 26 477 55 74
Binary 11000111 1101011 10101010 0 101110 1111 10110 100111111 101101 111100

Color Harmonies of #C76BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BAA

Black with #C76BAA

Text Example


Text Example

White with #C76BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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