#C1869F

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

Shades of Viola #C1869F

Tints of Viola #C1869F

Color information

#C1869F (or 0xC1869F) is unknown color: approx Viola. HEX triplet: C1, 86 and 9F. RGB value is (193,134,159). Sum of RGB (Red+Green+Blue) = 193+134+159=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1869F is #3E7960. Grayscale: #9A9A9A. Windows color (decimal): -4094305 or 10454721. OLE color: 10454721.

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

Color convert

RGB193134159-
CMYK00.310.180.24
HSL334.58º32.24%64.12%-
HSV(B)334.58º30.57%75.69%-
XYZ36.7830.8936.83-
YUV154.49130.55155.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=39.71%
G=27.57%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313415900.310.180.24334.5832.2464.12
HexC1869F01F121814f2040
Octal301206237037223051740100
Binary11000001100001101001111101111110010110001010011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1869F; }

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

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

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

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

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

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

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

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