Html Css Color HEX #C770A7 Hopbush

📋 copy color: '#C770A7'

red 199 ◦ green 112 ◦ blue 167

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

Shades of Hopbush #C770A7

Tints of Hopbush #C770A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.94%

R = 41.63%
G = 23.43%
B = 34.94%

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

#C770A7 (or 0xC770A7) is known color: Hopbush. HEX triplet: C7, 70 and A7. RGB value is (199,112,167). Sum of RGB (Red+Green+Blue) = 199+112+167=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C770A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C770A7 is #388F58. Grayscale: #909090. Windows color (decimal): -3706713 or 10973383. OLE color: 10973383.

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

Color convert

RGB 199 112 167 -
CMYK 0 0.44 0.16 0.22
HSL 322.07º 0.44% 0.61% -
HSV(B) 322.07º 0.44% 0.78% -
XYZ 36.32 26.52 39.76 -
YUV 144.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 199 112 167 0 0.44 0.16 0.22 322.07 0.44 0.61
Hex C7 70 A7 0 2C 10 16 142 2C 3D
Octal 307 160 247 0 54 20 26 502 54 75
Binary 11000111 1110000 10100111 0 101100 10000 10110 101000010 101100 111101

Color Harmonies of #C770A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770A7

Black with #C770A7

Text Example


Text Example

White with #C770A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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