Html Css Color HEX #C57295 Hopbush

📋 copy color: '#C57295'

red 197 ◦ green 114 ◦ blue 149

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

Shades of Hopbush #C57295

Tints of Hopbush #C57295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 42.83%
G = 24.78%
B = 32.39%

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

#C57295 (or 0xC57295) is known color: Hopbush. HEX triplet: C5, 72 and 95. RGB value is (197,114,149). Sum of RGB (Red+Green+Blue) = 197+114+149=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C57295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57295 is #3A8D6A. Grayscale: #8E8E8E. Windows color (decimal): -3837291 or 9794245. OLE color: 9794245.

HSL color Cylindrical-coordinate representation of color #C57295: hue angle of 334.7º degrees, saturation: 0.42, 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 #C57295 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 114 149 -
CMYK 0 0.42 0.24 0.23
HSL 334.7º 0.42% 0.61% -
HSV(B) 334.7º 0.42% 0.77% -
XYZ 34.47 26.07 31.65 -
YUV 142.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 197 114 149 0 0.42 0.24 0.23 334.7 0.42 0.61
Hex C5 72 95 0 2A 18 17 14F 2A 3D
Octal 305 162 225 0 52 30 27 517 52 75
Binary 11000101 1110010 10010101 0 101010 11000 10111 101001111 101010 111101

Color Harmonies of #C57295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57295

Black with #C57295

Text Example


Text Example

White with #C57295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57295; }

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

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

background-color css

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

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

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

border-color css

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

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

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