Html Css Color HEX #C29096 Viola

📋 copy color: '#C29096'

red 194 ◦ green 144 ◦ blue 150

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

Shades of Viola #C29096

Tints of Viola #C29096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 39.75%
G = 29.51%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29096 (or 0xC29096) is known color: Viola. HEX triplet: C2, 90 and 96. RGB value is (194,144,150). Sum of RGB (Red+Green+Blue) = 194+144+150=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29096 is #3D6F69. Grayscale: #9F9F9F. Windows color (decimal): -4026218 or 9867458. OLE color: 9867458.

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

Color convert

RGB 194 144 150 -
CMYK 0 0.26 0.23 0.24
HSL 352.8º 0.29% 0.66% -
HSV(B) 352.8º 0.26% 0.76% -
XYZ 37.73 33.62 33.35 -
YUV 159.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 194 144 150 0 0.26 0.23 0.24 352.8 0.29 0.66
Hex C2 90 96 0 1A 17 18 161 1D 42
Octal 302 220 226 0 32 27 30 541 35 102
Binary 11000010 10010000 10010110 0 11010 10111 11000 101100001 11101 1000010

Color Harmonies of #C29096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29096

Black with #C29096

Text Example


Text Example

White with #C29096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29096; }

 p { color: rgb(194,144,150); }

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

background-color css

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

 a { background-color: rgb(194,144,150); }

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

border-color css

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

 span { border-color: rgb(194,144,150); }

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