Html Css Color HEX #C2959E Viola

📋 copy color: '#C2959E'

red 194 ◦ green 149 ◦ blue 158

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

Shades of Viola #C2959E

Tints of Viola #C2959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 38.72%
G = 29.74%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2959E (or 0xC2959E) is known color: Viola. HEX triplet: C2, 95 and 9E. RGB value is (194,149,158). Sum of RGB (Red+Green+Blue) = 194+149+158=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2959E is #3D6A61. Grayscale: #A3A3A3. Windows color (decimal): -4024930 or 10393026. OLE color: 10393026.

HSL color Cylindrical-coordinate representation of color #C2959E: hue angle of 348º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2959E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 158 -
CMYK 0 0.23 0.19 0.24
HSL 348º 0.27% 0.67% -
HSV(B) 348º 0.23% 0.76% -
XYZ 39.17 35.43 37.12 -
YUV 163.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 194 149 158 0 0.23 0.19 0.24 348 0.27 0.67
Hex C2 95 9E 0 17 13 18 15C 1B 43
Octal 302 225 236 0 27 23 30 534 33 103
Binary 11000010 10010101 10011110 0 10111 10011 11000 101011100 11011 1000011

Color Harmonies of #C2959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2959E

Black with #C2959E

Text Example


Text Example

White with #C2959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2959E; }

 p { color: rgb(194,149,158); }

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

background-color css

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

 a { background-color: rgb(194,149,158); }

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

border-color css

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

 span { border-color: rgb(194,149,158); }

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