#C1869C

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

Shades of Viola #C1869C

Tints of Viola #C1869C

Color information

#C1869C (or 0xC1869C) is unknown color: approx Viola. HEX triplet: C1, 86 and 9C. RGB value is (193,134,156). Sum of RGB (Red+Green+Blue) = 193+134+156=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1869C is #3E7963. Grayscale: #9A9A9A. Windows color (decimal): -4094308 or 10258113. OLE color: 10258113.

HSL color Cylindrical-coordinate representation of color #C1869C: hue angle of 337.63º 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 #C1869C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193134156-
CMYK00.310.190.24
HSL337.63º32.24%64.12%-
HSV(B)337.63º30.57%75.69%-
XYZ36.5230.7935.47-
YUV154.15129.05155.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=39.96%
G=27.74%
B=32.30%

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
Decimal19313415600.310.190.24337.6332.2464.12
HexC1869C01F13181522040
Octal301206234037233052240100
Binary11000001100001101001110001111110011110001010100101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1869C; }

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

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

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

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

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

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

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

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