Html Css Color HEX #C776AA Hopbush

📋 copy color: '#C776AA'

red 199 ◦ green 118 ◦ blue 170

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

Shades of Hopbush #C776AA

Tints of Hopbush #C776AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 40.86%
G = 24.23%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C776AA (or 0xC776AA) is known color: Hopbush. HEX triplet: C7, 76 and AA. RGB value is (199,118,170). Sum of RGB (Red+Green+Blue) = 199+118+170=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C776AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776AA is #388955. Grayscale: #949494. Windows color (decimal): -3705174 or 11171527. OLE color: 11171527.

HSL color Cylindrical-coordinate representation of color #C776AA: hue angle of 321.48º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776AA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 170 -
CMYK 0 0.41 0.15 0.22
HSL 321.48º 0.42% 0.62% -
HSV(B) 321.48º 0.41% 0.78% -
XYZ 37.29 28 41.47 -
YUV 148.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 199 118 170 0 0.41 0.15 0.22 321.48 0.42 0.62
Hex C7 76 AA 0 29 F 16 141 2A 3E
Octal 307 166 252 0 51 17 26 501 52 76
Binary 11000111 1110110 10101010 0 101001 1111 10110 101000001 101010 111110

Color Harmonies of #C776AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C776AA

Black with #C776AA

Text Example


Text Example

White with #C776AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C776AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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