Html Css Color HEX #C772A0 Hopbush

📋 copy color: '#C772A0'

red 199 ◦ green 114 ◦ blue 160

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

Shades of Hopbush #C772A0

Tints of Hopbush #C772A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 42.07%
G = 24.1%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C772A0 (or 0xC772A0) is known color: Hopbush. HEX triplet: C7, 72 and A0. RGB value is (199,114,160). Sum of RGB (Red+Green+Blue) = 199+114+160=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C772A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772A0 is #388D5F. Grayscale: #909090. Windows color (decimal): -3706208 or 10515143. OLE color: 10515143.

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

Color convert

RGB 199 114 160 -
CMYK 0 0.43 0.20 0.22
HSL 327.53º 0.43% 0.61% -
HSV(B) 327.53º 0.43% 0.78% -
XYZ 35.92 26.71 36.52 -
YUV 144.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 199 114 160 0 0.43 0.20 0.22 327.53 0.43 0.61
Hex C7 72 A0 0 2B 14 16 148 2B 3D
Octal 307 162 240 0 53 24 26 510 53 75
Binary 11000111 1110010 10100000 0 101011 10100 10110 101001000 101011 111101

Color Harmonies of #C772A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C772A0

Black with #C772A0

Text Example


Text Example

White with #C772A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C772A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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