Html Css Color HEX #C19DAA Viola

📋 copy color: '#C19DAA'

red 193 ◦ green 157 ◦ blue 170

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

Shades of Viola #C19DAA

Tints of Viola #C19DAA

RGB

 RED value IS 193 (75.78% from 255) = 37.12%

 GREEN value IS 157 (61.72% from 255) = 30.19%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 37.12%
G = 30.19%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C19DAA (or 0xC19DAA) is known color: Viola. HEX triplet: C1, 9D and AA. RGB value is (193,157,170). Sum of RGB (Red+Green+Blue) = 193+157+170=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C19DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19DAA is #3E6255. Grayscale: #A9A9A9. Windows color (decimal): -4088406 or 11181505. OLE color: 11181505.

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

Color convert

RGB 193 157 170 -
CMYK 0 0.19 0.12 0.24
HSL 338.33º 0.23% 0.69% -
HSV(B) 338.33º 0.19% 0.76% -
XYZ 41.3 38.35 43.26 -
YUV 169.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 193 157 170 0 0.19 0.12 0.24 338.33 0.23 0.69
Hex C1 9D AA 0 13 C 18 152 16 45
Octal 301 235 252 0 23 14 30 522 26 105
Binary 11000001 10011101 10101010 0 10011 1100 11000 101010010 10110 1000101

Color Harmonies of #C19DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DAA

Black with #C19DAA

Text Example


Text Example

White with #C19DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DAA; }

 p { color: rgb(193,157,170); }

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

background-color css

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

 a { background-color: rgb(193,157,170); }

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

border-color css

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

 span { border-color: rgb(193,157,170); }

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