Html Css Color HEX #C770A8 Hopbush

📋 copy color: '#C770A8'

red 199 ◦ green 112 ◦ blue 168

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

Shades of Hopbush #C770A8

Tints of Hopbush #C770A8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 41.54%
G = 23.38%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C770A8 (or 0xC770A8) is known color: Hopbush. HEX triplet: C7, 70 and A8. RGB value is (199,112,168). Sum of RGB (Red+Green+Blue) = 199+112+168=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C770A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C770A8 is #388F57. Grayscale: #909090. Windows color (decimal): -3706712 or 11038919. OLE color: 11038919.

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

Color convert

RGB 199 112 168 -
CMYK 0 0.44 0.16 0.22
HSL 321.38º 0.44% 0.61% -
HSV(B) 321.38º 0.44% 0.78% -
XYZ 36.42 26.56 40.25 -
YUV 144.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 199 112 168 0 0.44 0.16 0.22 321.38 0.44 0.61
Hex C7 70 A8 0 2C 10 16 141 2C 3D
Octal 307 160 250 0 54 20 26 501 54 75
Binary 11000111 1110000 10101000 0 101100 10000 10110 101000001 101100 111101

Color Harmonies of #C770A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770A8

Black with #C770A8

Text Example


Text Example

White with #C770A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770A8; }

 p { color: rgb(199,112,168); }

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

background-color css

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

 a { background-color: rgb(199,112,168); }

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

border-color css

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

 span { border-color: rgb(199,112,168); }

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