Html Css Color HEX #C671A0 Hopbush

📋 copy color: '#C671A0'

red 198 ◦ green 113 ◦ blue 160

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

Shades of Hopbush #C671A0

Tints of Hopbush #C671A0

RGB

 RED value IS 198 (77.73% from 255) = 42.04%

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 42.04%
G = 23.99%
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

#C671A0 (or 0xC671A0) is known color: Hopbush. HEX triplet: C6, 71 and A0. RGB value is (198,113,160). Sum of RGB (Red+Green+Blue) = 198+113+160=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C671A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C671A0 is #398E5F. Grayscale: #8F8F8F. Windows color (decimal): -3772000 or 10514886. OLE color: 10514886.

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

Color convert

RGB 198 113 160 -
CMYK 0 0.43 0.19 0.22
HSL 326.82º 0.43% 0.61% -
HSV(B) 326.82º 0.43% 0.78% -
XYZ 35.54 26.35 36.47 -
YUV 143.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 198 113 160 0 0.43 0.19 0.22 326.82 0.43 0.61
Hex C6 71 A0 0 2B 13 16 147 2B 3D
Octal 306 161 240 0 53 23 26 507 53 75
Binary 11000110 1110001 10100000 0 101011 10011 10110 101000111 101011 111101

Color Harmonies of #C671A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C671A0

Black with #C671A0

Text Example


Text Example

White with #C671A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C671A0; }

 p { color: rgb(198,113,160); }

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

background-color css

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

 a { background-color: rgb(198,113,160); }

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

border-color css

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

 span { border-color: rgb(198,113,160); }

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