Html Css Color HEX #C58D9A Viola

📋 copy color: '#C58D9A'

red 197 ◦ green 141 ◦ blue 154

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

Shades of Viola #C58D9A

Tints of Viola #C58D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.66%

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 40.04%
G = 28.66%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C58D9A (or 0xC58D9A) is known color: Viola. HEX triplet: C5, 8D and 9A. RGB value is (197,141,154). Sum of RGB (Red+Green+Blue) = 197+141+154=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D9A is #3A7265. Grayscale: #9F9F9F. Windows color (decimal): -3830374 or 10128837. OLE color: 10128837.

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

Color convert

RGB 197 141 154 -
CMYK 0 0.28 0.22 0.23
HSL 346.07º 0.33% 0.66% -
HSV(B) 346.07º 0.28% 0.77% -
XYZ 38.38 33.25 34.97 -
YUV 159.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 197 141 154 0 0.28 0.22 0.23 346.07 0.33 0.66
Hex C5 8D 9A 0 1C 16 17 15A 21 42
Octal 305 215 232 0 34 26 27 532 41 102
Binary 11000101 10001101 10011010 0 11100 10110 10111 101011010 100001 1000010

Color Harmonies of #C58D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D9A

Black with #C58D9A

Text Example


Text Example

White with #C58D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D9A; }

 p { color: rgb(197,141,154); }

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

background-color css

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

 a { background-color: rgb(197,141,154); }

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

border-color css

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

 span { border-color: rgb(197,141,154); }

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