#C08F92

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

Shades of Viola #C08F92

Tints of Viola #C08F92

Color information

#C08F92 (or 0xC08F92) is unknown color: approx Viola. HEX triplet: C0, 8F and 92. RGB value is (192,143,146). Sum of RGB (Red+Green+Blue) = 192+143+146=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F92 is #3F706D. Grayscale: #9E9E9E. Windows color (decimal): -4157550 or 9605056. OLE color: 9605056.

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

Color convert

RGB192143146-
CMYK00.260.240.25
HSL356.33º28%65.69%-
HSV(B)356.33º25.52%75.29%-
XYZ36.7532.9331.61-
YUV157.99121.23152.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=39.92%
G=29.73%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214314600.260.240.25356.332865.69
HexC08F9201A18191641c42
Octal300217222032303154434102
Binary1100000010001111100100100110101100011001101100100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F92; }

 p { color: rgb(192,143,146); }

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

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

 a { background-color: rgb(192,143,146); }

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

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

 span { border-color: rgb(192,143,146); }

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