Html Css Color HEX #C664A0 Hopbush

📋 copy color: '#C664A0'

red 198 ◦ green 100 ◦ blue 160

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

Shades of Hopbush #C664A0

Tints of Hopbush #C664A0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

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

R = 43.23%
G = 21.83%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C664A0 (or 0xC664A0) is known color: Hopbush. HEX triplet: C6, 64 and A0. RGB value is (198,100,160). Sum of RGB (Red+Green+Blue) = 198+100+160=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C664A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664A0 is #399B5F. Grayscale: #888888. Windows color (decimal): -3775328 or 10511558. OLE color: 10511558.

HSL color Cylindrical-coordinate representation of color #C664A0: hue angle of 323.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664A0 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 160 -
CMYK 0 0.49 0.19 0.22
HSL 323.27º 0.46% 0.58% -
HSV(B) 323.27º 0.49% 0.78% -
XYZ 34.19 23.66 36.02 -
YUV 136.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 198 100 160 0 0.49 0.19 0.22 323.27 0.46 0.58
Hex C6 64 A0 0 31 13 16 143 2E 3A
Octal 306 144 240 0 61 23 26 503 56 72
Binary 11000110 1100100 10100000 0 110001 10011 10110 101000011 101110 111010

Color Harmonies of #C664A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664A0

Black with #C664A0

Text Example


Text Example

White with #C664A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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