Html Css Color HEX #C76AAB Hopbush

📋 copy color: '#C76AAB'

red 199 ◦ green 106 ◦ blue 171

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

Shades of Hopbush #C76AAB

Tints of Hopbush #C76AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 41.81%
G = 22.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C76AAB (or 0xC76AAB) is known color: Hopbush. HEX triplet: C7, 6A and AB. RGB value is (199,106,171). Sum of RGB (Red+Green+Blue) = 199+106+171=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76AAB is #389554. Grayscale: #8D8D8D. Windows color (decimal): -3708245 or 11233991. OLE color: 11233991.

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

Color convert

RGB 199 106 171 -
CMYK 0 0.47 0.14 0.22
HSL 318.06º 0.45% 0.6% -
HSV(B) 318.06º 0.47% 0.78% -
XYZ 36.06 25.39 41.53 -
YUV 141.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 199 106 171 0 0.47 0.14 0.22 318.06 0.45 0.6
Hex C7 6A AB 0 2F E 16 13E 2D 3C
Octal 307 152 253 0 57 16 26 476 55 74
Binary 11000111 1101010 10101011 0 101111 1110 10110 100111110 101101 111100

Color Harmonies of #C76AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AAB

Black with #C76AAB

Text Example


Text Example

White with #C76AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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