#C0949B

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

Shades of Viola #C0949B

Tints of Viola #C0949B

Color information

#C0949B (or 0xC0949B) is unknown color: approx Viola. HEX triplet: C0, 94 and 9B. RGB value is (192,148,155). Sum of RGB (Red+Green+Blue) = 192+148+155=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0949B is #3F6B64. Grayscale: #A1A1A1. Windows color (decimal): -4156261 or 10196160. OLE color: 10196160.

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

Color convert

RGB192148155-
CMYK00.230.190.25
HSL350.45º25.88%66.67%-
HSV(B)350.45º22.92%75.29%-
XYZ38.2434.7535.7-
YUV161.95124.08149.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=38.79%
G=29.90%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214815500.230.190.25350.4525.8866.67
HexC0949B017131915e1a43
Octal300224233027233153632103
Binary1100000010010100100110110101111001111001101011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0949B; }

 p { color: rgb(192,148,155); }

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

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

 a { background-color: rgb(192,148,155); }

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

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

 span { border-color: rgb(192,148,155); }

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