Html Css Color HEX #C58C97 Viola

📋 copy color: '#C58C97'

red 197 ◦ green 140 ◦ blue 151

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

Shades of Viola #C58C97

Tints of Viola #C58C97

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 40.37%
G = 28.69%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C58C97 (or 0xC58C97) is known color: Viola. HEX triplet: C5, 8C and 97. RGB value is (197,140,151). Sum of RGB (Red+Green+Blue) = 197+140+151=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58C97 is #3A7368. Grayscale: #9E9E9E. Windows color (decimal): -3830633 or 9931973. OLE color: 9931973.

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

Color convert

RGB 197 140 151 -
CMYK 0 0.29 0.23 0.23
HSL 348.42º 0.33% 0.66% -
HSV(B) 348.42º 0.29% 0.77% -
XYZ 37.99 32.86 33.62 -
YUV 158.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 197 140 151 0 0.29 0.23 0.23 348.42 0.33 0.66
Hex C5 8C 97 0 1D 17 17 15C 21 42
Octal 305 214 227 0 35 27 27 534 41 102
Binary 11000101 10001100 10010111 0 11101 10111 10111 101011100 100001 1000010

Color Harmonies of #C58C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C97

Black with #C58C97

Text Example


Text Example

White with #C58C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C97; }

 p { color: rgb(197,140,151); }

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

background-color css

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

 a { background-color: rgb(197,140,151); }

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

border-color css

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

 span { border-color: rgb(197,140,151); }

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