Html Css Color HEX #C76CAA Hopbush

📋 copy color: '#C76CAA'

red 199 ◦ green 108 ◦ blue 170

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

Shades of Hopbush #C76CAA

Tints of Hopbush #C76CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

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

R = 41.72%
G = 22.64%
B = 35.64%

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

#C76CAA (or 0xC76CAA) is known color: Hopbush. HEX triplet: C7, 6C and AA. RGB value is (199,108,170). Sum of RGB (Red+Green+Blue) = 199+108+170=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CAA is #389355. Grayscale: #8E8E8E. Windows color (decimal): -3707734 or 11168967. OLE color: 11168967.

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

Color convert

RGB 199 108 170 -
CMYK 0 0.46 0.15 0.22
HSL 319.12º 0.45% 0.6% -
HSV(B) 319.12º 0.46% 0.78% -
XYZ 36.17 25.77 41.1 -
YUV 142.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 199 108 170 0 0.46 0.15 0.22 319.12 0.45 0.6
Hex C7 6C AA 0 2E F 16 13F 2D 3C
Octal 307 154 252 0 56 17 26 477 55 74
Binary 11000111 1101100 10101010 0 101110 1111 10110 100111111 101101 111100

Color Harmonies of #C76CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CAA

Black with #C76CAA

Text Example


Text Example

White with #C76CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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