#C188A1

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

Shades of Viola #C188A1

Tints of Viola #C188A1

Color information

#C188A1 (or 0xC188A1) is unknown color: approx Viola. HEX triplet: C1, 88 and A1. RGB value is (193,136,161). Sum of RGB (Red+Green+Blue) = 193+136+161=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C188A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C188A1 is #3E775E. Grayscale: #9B9B9B. Windows color (decimal): -4093791 or 10586305. OLE color: 10586305.

HSL color Cylindrical-coordinate representation of color #C188A1: hue angle of 333.68º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188A1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB193136161-
CMYK00.300.170.24
HSL333.68º31.49%64.51%-
HSV(B)333.68º29.53%75.69%-
XYZ37.2331.5237.84-
YUV155.89130.88154.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=39.39%
G=27.76%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313616100.300.170.24333.6831.4964.51
HexC188A101E111814e1f41
Octal301210241036213051637101
Binary1100000110001000101000010111101000111000101001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188A1; }

 p { color: rgb(193,136,161); }

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

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

 a { background-color: rgb(193,136,161); }

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

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

 span { border-color: rgb(193,136,161); }

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