Html Css Color HEX #C56193 Hopbush

📋 copy color: '#C56193'

red 197 ◦ green 97 ◦ blue 147

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

Shades of Hopbush #C56193

Tints of Hopbush #C56193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 44.67%
G = 22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C56193 (or 0xC56193) is known color: Hopbush. HEX triplet: C5, 61 and 93. RGB value is (197,97,147). Sum of RGB (Red+Green+Blue) = 197+97+147=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C56193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56193 is #3A9E6C. Grayscale: #848484. Windows color (decimal): -3841645 or 9658821. OLE color: 9658821.

HSL color Cylindrical-coordinate representation of color #C56193: 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.51%. Process color model (Four color, CMYK) of #C56193 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 147 -
CMYK 0 0.51 0.25 0.23
HSL 330º 0.46% 0.58% -
HSV(B) 330º 0.51% 0.77% -
XYZ 32.57 22.53 30.24 -
YUV 132.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 197 97 147 0 0.51 0.25 0.23 330 0.46 0.58
Hex C5 61 93 0 33 19 17 14A 2E 3A
Octal 305 141 223 0 63 31 27 512 56 72
Binary 11000101 1100001 10010011 0 110011 11001 10111 101001010 101110 111010

Color Harmonies of #C56193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56193

Black with #C56193

Text Example


Text Example

White with #C56193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56193; }

 p { color: rgb(197,97,147); }

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

background-color css

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

 a { background-color: rgb(197,97,147); }

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

border-color css

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

 span { border-color: rgb(197,97,147); }

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