#C1869D

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

Shades of Viola #C1869D

Tints of Viola #C1869D

Color information

#C1869D (or 0xC1869D) is unknown color: approx Viola. HEX triplet: C1, 86 and 9D. RGB value is (193,134,157). Sum of RGB (Red+Green+Blue) = 193+134+157=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1869D is #3E7962. Grayscale: #9A9A9A. Windows color (decimal): -4094307 or 10323649. OLE color: 10323649.

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

Color convert

RGB193134157-
CMYK00.310.190.24
HSL336.61º32.24%64.12%-
HSV(B)336.61º30.57%75.69%-
XYZ36.630.8235.92-
YUV154.26129.55155.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 157 (61.72% from 255) = 32.44%
R=39.88%
G=27.69%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313415700.310.190.24336.6132.2464.12
HexC1869D01F13181512040
Octal301206235037233052140100
Binary11000001100001101001110101111110011110001010100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1869D; }

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

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

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

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

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

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

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

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