Html Css Color HEX #C57595 Hopbush

📋 copy color: '#C57595'

red 197 ◦ green 117 ◦ blue 149

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

Shades of Hopbush #C57595

Tints of Hopbush #C57595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.27%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 42.55%
G = 25.27%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C57595 (or 0xC57595) is known color: Hopbush. HEX triplet: C5, 75 and 95. RGB value is (197,117,149). Sum of RGB (Red+Green+Blue) = 197+117+149=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C57595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57595 is #3A8A6A. Grayscale: #909090. Windows color (decimal): -3836523 or 9795013. OLE color: 9795013.

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

Color convert

RGB 197 117 149 -
CMYK 0 0.41 0.24 0.23
HSL 336º 0.41% 0.62% -
HSV(B) 336º 0.41% 0.77% -
XYZ 34.81 26.76 31.76 -
YUV 144.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 197 117 149 0 0.41 0.24 0.23 336 0.41 0.62
Hex C5 75 95 0 29 18 17 150 29 3E
Octal 305 165 225 0 51 30 27 520 51 76
Binary 11000101 1110101 10010101 0 101001 11000 10111 101010000 101001 111110

Color Harmonies of #C57595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57595

Black with #C57595

Text Example


Text Example

White with #C57595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57595; }

 p { color: rgb(197,117,149); }

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

background-color css

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

 a { background-color: rgb(197,117,149); }

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

border-color css

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

 span { border-color: rgb(197,117,149); }

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