Html Css Color HEX #C772A1 Hopbush

📋 copy color: '#C772A1'

red 199 ◦ green 114 ◦ blue 161

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

Shades of Hopbush #C772A1

Tints of Hopbush #C772A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 41.98%
G = 24.05%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C772A1 (or 0xC772A1) is known color: Hopbush. HEX triplet: C7, 72 and A1. RGB value is (199,114,161). Sum of RGB (Red+Green+Blue) = 199+114+161=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C772A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772A1 is #388D5E. Grayscale: #909090. Windows color (decimal): -3706207 or 10580679. OLE color: 10580679.

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

Color convert

RGB 199 114 161 -
CMYK 0 0.43 0.19 0.22
HSL 326.82º 0.43% 0.61% -
HSV(B) 326.82º 0.43% 0.78% -
XYZ 36 26.75 36.98 -
YUV 144.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 199 114 161 0 0.43 0.19 0.22 326.82 0.43 0.61
Hex C7 72 A1 0 2B 13 16 147 2B 3D
Octal 307 162 241 0 53 23 26 507 53 75
Binary 11000111 1110010 10100001 0 101011 10011 10110 101000111 101011 111101

Color Harmonies of #C772A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772A1

Black with #C772A1

Text Example


Text Example

White with #C772A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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