Html Css Color HEX #C57198 Hopbush

📋 copy color: '#C57198'

red 197 ◦ green 113 ◦ blue 152

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

Shades of Hopbush #C57198

Tints of Hopbush #C57198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.46%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 42.64%
G = 24.46%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C57198 (or 0xC57198) is known color: Hopbush. HEX triplet: C5, 71 and 98. RGB value is (197,113,152). Sum of RGB (Red+Green+Blue) = 197+113+152=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C57198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57198 is #3A8E67. Grayscale: #8E8E8E. Windows color (decimal): -3837544 or 9990597. OLE color: 9990597.

HSL color Cylindrical-coordinate representation of color #C57198: hue angle of 332.14º 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 #C57198 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 113 152 -
CMYK 0 0.43 0.23 0.23
HSL 332.14º 0.42% 0.61% -
HSV(B) 332.14º 0.43% 0.77% -
XYZ 34.6 25.95 32.89 -
YUV 142.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 197 113 152 0 0.43 0.23 0.23 332.14 0.42 0.61
Hex C5 71 98 0 2B 17 17 14C 2A 3D
Octal 305 161 230 0 53 27 27 514 52 75
Binary 11000101 1110001 10011000 0 101011 10111 10111 101001100 101010 111101

Color Harmonies of #C57198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57198

Black with #C57198

Text Example


Text Example

White with #C57198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57198; }

 p { color: rgb(197,113,152); }

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

background-color css

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

 a { background-color: rgb(197,113,152); }

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

border-color css

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

 span { border-color: rgb(197,113,152); }

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