Html Css Color HEX #C29198 Viola

📋 copy color: '#C29198'

red 194 ◦ green 145 ◦ blue 152

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

Shades of Viola #C29198

Tints of Viola #C29198

RGB

 RED value IS 194 (76.17% from 255) = 39.51%

 GREEN value IS 145 (57.03% from 255) = 29.53%

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

R = 39.51%
G = 29.53%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C29198 (or 0xC29198) is known color: Viola. HEX triplet: C2, 91 and 98. RGB value is (194,145,152). Sum of RGB (Red+Green+Blue) = 194+145+152=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29198 is #3D6E67. Grayscale: #A0A0A0. Windows color (decimal): -4025960 or 9998786. OLE color: 9998786.

HSL color Cylindrical-coordinate representation of color #C29198: hue angle of 351.43º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29198 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 152 -
CMYK 0 0.25 0.22 0.24
HSL 351.43º 0.29% 0.66% -
HSV(B) 351.43º 0.25% 0.76% -
XYZ 38.04 33.99 34.26 -
YUV 160.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 194 145 152 0 0.25 0.22 0.24 351.43 0.29 0.66
Hex C2 91 98 0 19 16 18 15F 1D 42
Octal 302 221 230 0 31 26 30 537 35 102
Binary 11000010 10010001 10011000 0 11001 10110 11000 101011111 11101 1000010

Color Harmonies of #C29198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29198

Black with #C29198

Text Example


Text Example

White with #C29198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29198; }

 p { color: rgb(194,145,152); }

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

background-color css

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

 a { background-color: rgb(194,145,152); }

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

border-color css

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

 span { border-color: rgb(194,145,152); }

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