Html Css Color HEX #C56394 Hopbush

📋 copy color: '#C56394'

red 197 ◦ green 99 ◦ blue 148

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

Shades of Hopbush #C56394

Tints of Hopbush #C56394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

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

R = 44.37%
G = 22.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C56394 (or 0xC56394) is known color: Hopbush. HEX triplet: C5, 63 and 94. RGB value is (197,99,148). Sum of RGB (Red+Green+Blue) = 197+99+148=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C56394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56394 is #3A9C6B. Grayscale: #858585. Windows color (decimal): -3841132 or 9724869. OLE color: 9724869.

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

Color convert

RGB 197 99 148 -
CMYK 0 0.50 0.25 0.23
HSL 330º 0.46% 0.58% -
HSV(B) 330º 0.5% 0.77% -
XYZ 32.83 22.93 30.71 -
YUV 133.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 197 99 148 0 0.50 0.25 0.23 330 0.46 0.58
Hex C5 63 94 0 32 19 17 14A 2E 3A
Octal 305 143 224 0 62 31 27 512 56 72
Binary 11000101 1100011 10010100 0 110010 11001 10111 101001010 101110 111010

Color Harmonies of #C56394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56394

Black with #C56394

Text Example


Text Example

White with #C56394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56394; }

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

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

background-color css

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

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

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

border-color css

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

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

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