Html Css Color HEX #C76FAF Hopbush

📋 copy color: '#C76FAF'

red 199 ◦ green 111 ◦ blue 175

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

Shades of Hopbush #C76FAF

Tints of Hopbush #C76FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.89%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 41.03%
G = 22.89%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C76FAF (or 0xC76FAF) is known color: Hopbush. HEX triplet: C7, 6F and AF. RGB value is (199,111,175). Sum of RGB (Red+Green+Blue) = 199+111+175=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FAF is #389050. Grayscale: #909090. Windows color (decimal): -3706961 or 11497415. OLE color: 11497415.

HSL color Cylindrical-coordinate representation of color #C76FAF: hue angle of 316.36º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FAF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 175 -
CMYK 0 0.44 0.12 0.22
HSL 316.36º 0.44% 0.61% -
HSV(B) 316.36º 0.44% 0.78% -
XYZ 36.98 26.61 43.74 -
YUV 144.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 199 111 175 0 0.44 0.12 0.22 316.36 0.44 0.61
Hex C7 6F AF 0 2C C 16 13C 2C 3D
Octal 307 157 257 0 54 14 26 474 54 75
Binary 11000111 1101111 10101111 0 101100 1100 10110 100111100 101100 111101

Color Harmonies of #C76FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FAF

Black with #C76FAF

Text Example


Text Example

White with #C76FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FAF; }

 p { color: rgb(199,111,175); }

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

background-color css

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

 a { background-color: rgb(199,111,175); }

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

border-color css

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

 span { border-color: rgb(199,111,175); }

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