Html Css Color HEX #C76CA0 Hopbush

📋 copy color: '#C76CA0'

red 199 ◦ green 108 ◦ blue 160

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

Shades of Hopbush #C76CA0

Tints of Hopbush #C76CA0

RGB

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

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

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

R = 42.61%
G = 23.13%
B = 34.26%

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

#C76CA0 (or 0xC76CA0) is known color: Hopbush. HEX triplet: C7, 6C and A0. RGB value is (199,108,160). Sum of RGB (Red+Green+Blue) = 199+108+160=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CA0 is #38935F. Grayscale: #8D8D8D. Windows color (decimal): -3707744 or 10513607. OLE color: 10513607.

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

Color convert

RGB 199 108 160 -
CMYK 0 0.46 0.20 0.22
HSL 325.71º 0.45% 0.6% -
HSV(B) 325.71º 0.46% 0.78% -
XYZ 35.26 25.41 36.3 -
YUV 141.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 199 108 160 0 0.46 0.20 0.22 325.71 0.45 0.6
Hex C7 6C A0 0 2E 14 16 146 2D 3C
Octal 307 154 240 0 56 24 26 506 55 74
Binary 11000111 1101100 10100000 0 101110 10100 10110 101000110 101101 111100

Color Harmonies of #C76CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CA0

Black with #C76CA0

Text Example


Text Example

White with #C76CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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