Html Css Color HEX #C772AB Hopbush

📋 copy color: '#C772AB'

red 199 ◦ green 114 ◦ blue 171

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

Shades of Hopbush #C772AB

Tints of Hopbush #C772AB

RGB

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

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

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

R = 41.12%
G = 23.55%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C772AB (or 0xC772AB) is known color: Hopbush. HEX triplet: C7, 72 and AB. RGB value is (199,114,171). Sum of RGB (Red+Green+Blue) = 199+114+171=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C772AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772AB is #388D54. Grayscale: #919191. Windows color (decimal): -3706197 or 11236039. OLE color: 11236039.

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

Color convert

RGB 199 114 171 -
CMYK 0 0.43 0.14 0.22
HSL 319.76º 0.43% 0.61% -
HSV(B) 319.76º 0.43% 0.78% -
XYZ 36.92 27.12 41.82 -
YUV 145.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 199 114 171 0 0.43 0.14 0.22 319.76 0.43 0.61
Hex C7 72 AB 0 2B E 16 140 2B 3D
Octal 307 162 253 0 53 16 26 500 53 75
Binary 11000111 1110010 10101011 0 101011 1110 10110 101000000 101011 111101

Color Harmonies of #C772AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772AB

Black with #C772AB

Text Example


Text Example

White with #C772AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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