Html Css Color HEX #C772AF Hopbush

📋 copy color: '#C772AF'

red 199 ◦ green 114 ◦ blue 175

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

Shades of Hopbush #C772AF

Tints of Hopbush #C772AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.36%

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

R = 40.78%
G = 23.36%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C772AF (or 0xC772AF) is known color: Hopbush. HEX triplet: C7, 72 and AF. RGB value is (199,114,175). Sum of RGB (Red+Green+Blue) = 199+114+175=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C772AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772AF is #388D50. Grayscale: #929292. Windows color (decimal): -3706193 or 11498183. OLE color: 11498183.

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

Color convert

RGB 199 114 175 -
CMYK 0 0.43 0.12 0.22
HSL 316.94º 0.43% 0.61% -
HSV(B) 316.94º 0.43% 0.78% -
XYZ 37.31 27.27 43.86 -
YUV 146.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 199 114 175 0 0.43 0.12 0.22 316.94 0.43 0.61
Hex C7 72 AF 0 2B C 16 13D 2B 3D
Octal 307 162 257 0 53 14 26 475 53 75
Binary 11000111 1110010 10101111 0 101011 1100 10110 100111101 101011 111101

Color Harmonies of #C772AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772AF

Black with #C772AF

Text Example


Text Example

White with #C772AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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