#C08D97

Color #C08D97 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C08D97

Tints of Viola #C08D97

Color information

#C08D97 (or 0xC08D97) is unknown color: approx Viola. HEX triplet: C0, 8D and 97. RGB value is (192,141,151). Sum of RGB (Red+Green+Blue) = 192+141+151=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08D97 is #3F7268. Grayscale: #9D9D9D. Windows color (decimal): -4158057 or 9932224. OLE color: 9932224.

HSL color Cylindrical-coordinate representation of color #C08D97: hue angle of 348.24º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08D97 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192141151-
CMYK00.270.210.25
HSL348.24º28.81%65.29%-
HSV(B)348.24º26.56%75.29%-
XYZ36.8532.4933.61-
YUV157.39124.4152.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=39.67%
G=29.13%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214115100.270.210.25348.2428.8165.29
HexC08D9701B151915c1d41
Octal300215227033253153435101
Binary1100000010001101100101110110111010111001101011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D97; }

 p { color: rgb(192,141,151); }

 H1.HeaderClassName
 {
   color: #C08D97;
 }
 .AnyTagClassName
 {
   color: #C08D97;
 }
</style>
background-color css

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

 a { background-color: rgb(192,141,151); }

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

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

 span { border-color: rgb(192,141,151); }

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