Html Css Color HEX #C56494 Hopbush

📋 copy color: '#C56494'

red 197 ◦ green 100 ◦ blue 148

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

Shades of Hopbush #C56494

Tints of Hopbush #C56494

RGB

 RED value IS 197 (77.34% from 255) = 44.27%

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

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 44.27%
G = 22.47%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C56494 (or 0xC56494) is known color: Hopbush. HEX triplet: C5, 64 and 94. RGB value is (197,100,148). Sum of RGB (Red+Green+Blue) = 197+100+148=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C56494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56494 is #3A9B6B. Grayscale: #868686. Windows color (decimal): -3840876 or 9725125. OLE color: 9725125.

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

Color convert

RGB 197 100 148 -
CMYK 0 0.49 0.25 0.23
HSL 330.31º 0.46% 0.58% -
HSV(B) 330.31º 0.49% 0.77% -
XYZ 32.93 23.12 30.74 -
YUV 134.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 197 100 148 0 0.49 0.25 0.23 330.31 0.46 0.58
Hex C5 64 94 0 31 19 17 14A 2E 3A
Octal 305 144 224 0 61 31 27 512 56 72
Binary 11000101 1100100 10010100 0 110001 11001 10111 101001010 101110 111010

Color Harmonies of #C56494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56494

Black with #C56494

Text Example


Text Example

White with #C56494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56494; }

 p { color: rgb(197,100,148); }

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

background-color css

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

 a { background-color: rgb(197,100,148); }

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

border-color css

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

 span { border-color: rgb(197,100,148); }

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