Html Css Color HEX #C57995 Hopbush

📋 copy color: '#C57995'

red 197 ◦ green 121 ◦ blue 149

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

Shades of Hopbush #C57995

Tints of Hopbush #C57995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

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

R = 42.18%
G = 25.91%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C57995 (or 0xC57995) is known color: Hopbush. HEX triplet: C5, 79 and 95. RGB value is (197,121,149). Sum of RGB (Red+Green+Blue) = 197+121+149=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C57995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57995 is #3A866A. Grayscale: #929292. Windows color (decimal): -3835499 or 9796037. OLE color: 9796037.

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

Color convert

RGB 197 121 149 -
CMYK 0 0.39 0.24 0.23
HSL 337.89º 0.4% 0.62% -
HSV(B) 337.89º 0.39% 0.77% -
XYZ 35.29 27.71 31.92 -
YUV 146.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 197 121 149 0 0.39 0.24 0.23 337.89 0.4 0.62
Hex C5 79 95 0 27 18 17 152 28 3E
Octal 305 171 225 0 47 30 27 522 50 76
Binary 11000101 1111001 10010101 0 100111 11000 10111 101010010 101000 111110

Color Harmonies of #C57995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57995

Black with #C57995

Text Example


Text Example

White with #C57995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57995; }

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

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

background-color css

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

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

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

border-color css

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

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

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