Html Css Color HEX #C57396 Hopbush

📋 copy color: '#C57396'

red 197 ◦ green 115 ◦ blue 150

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

Shades of Hopbush #C57396

Tints of Hopbush #C57396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 150 (58.98% from 255) = 32.47%

R = 42.64%
G = 24.89%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C57396 (or 0xC57396) is known color: Hopbush. HEX triplet: C5, 73 and 96. RGB value is (197,115,150). Sum of RGB (Red+Green+Blue) = 197+115+150=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C57396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57396 is #3A8C69. Grayscale: #8F8F8F. Windows color (decimal): -3837034 or 9860037. OLE color: 9860037.

HSL color Cylindrical-coordinate representation of color #C57396: hue angle of 334.39º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57396 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 150 -
CMYK 0 0.42 0.24 0.23
HSL 334.39º 0.41% 0.61% -
HSV(B) 334.39º 0.42% 0.77% -
XYZ 34.66 26.33 32.11 -
YUV 143.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 197 115 150 0 0.42 0.24 0.23 334.39 0.41 0.61
Hex C5 73 96 0 2A 18 17 14E 29 3D
Octal 305 163 226 0 52 30 27 516 51 75
Binary 11000101 1110011 10010110 0 101010 11000 10111 101001110 101001 111101

Color Harmonies of #C57396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57396

Black with #C57396

Text Example


Text Example

White with #C57396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57396; }

 p { color: rgb(197,115,150); }

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

background-color css

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

 a { background-color: rgb(197,115,150); }

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

border-color css

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

 span { border-color: rgb(197,115,150); }

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