Html Css Color HEX #C57095 Hopbush

📋 copy color: '#C57095'

red 197 ◦ green 112 ◦ blue 149

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

Shades of Hopbush #C57095

Tints of Hopbush #C57095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

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

R = 43.01%
G = 24.45%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C57095 (or 0xC57095) is known color: Hopbush. HEX triplet: C5, 70 and 95. RGB value is (197,112,149). Sum of RGB (Red+Green+Blue) = 197+112+149=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C57095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57095 is #3A8F6A. Grayscale: #8D8D8D. Windows color (decimal): -3837803 or 9793733. OLE color: 9793733.

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

Color convert

RGB 197 112 149 -
CMYK 0 0.43 0.24 0.23
HSL 333.88º 0.42% 0.61% -
HSV(B) 333.88º 0.43% 0.77% -
XYZ 34.24 25.63 31.58 -
YUV 141.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 197 112 149 0 0.43 0.24 0.23 333.88 0.42 0.61
Hex C5 70 95 0 2B 18 17 14E 2A 3D
Octal 305 160 225 0 53 30 27 516 52 75
Binary 11000101 1110000 10010101 0 101011 11000 10111 101001110 101010 111101

Color Harmonies of #C57095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57095

Black with #C57095

Text Example


Text Example

White with #C57095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57095; }

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

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

background-color css

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

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

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

border-color css

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

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

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