Html Css Color HEX #C76AA0 Hopbush

📋 copy color: '#C76AA0'

red 199 ◦ green 106 ◦ blue 160

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

Shades of Hopbush #C76AA0

Tints of Hopbush #C76AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.8%

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

R = 42.8%
G = 22.8%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C76AA0 (or 0xC76AA0) is known color: Hopbush. HEX triplet: C7, 6A and A0. RGB value is (199,106,160). Sum of RGB (Red+Green+Blue) = 199+106+160=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76AA0 is #38955F. Grayscale: #8B8B8B. Windows color (decimal): -3708256 or 10513095. OLE color: 10513095.

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

Color convert

RGB 199 106 160 -
CMYK 0 0.47 0.20 0.22
HSL 325.16º 0.45% 0.6% -
HSV(B) 325.16º 0.47% 0.78% -
XYZ 35.05 24.99 36.23 -
YUV 139.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 199 106 160 0 0.47 0.20 0.22 325.16 0.45 0.6
Hex C7 6A A0 0 2F 14 16 145 2D 3C
Octal 307 152 240 0 57 24 26 505 55 74
Binary 11000111 1101010 10100000 0 101111 10100 10110 101000101 101101 111100

Color Harmonies of #C76AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AA0

Black with #C76AA0

Text Example


Text Example

White with #C76AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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