#CA8C9F

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

Shades of Viola #CA8C9F

Tints of Viola #CA8C9F

Color information

#CA8C9F (or 0xCA8C9F) is unknown color: approx Viola. HEX triplet: CA, 8C and 9F. RGB value is (202,140,159). Sum of RGB (Red+Green+Blue) = 202+140+159=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C9F is #357360. Grayscale: #A0A0A0. Windows color (decimal): -3502945 or 10456266. OLE color: 10456266.

HSL color Cylindrical-coordinate representation of color #CA8C9F: hue angle of 341.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8C9F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202140159-
CMYK00.310.210.21
HSL341.61º36.9%67.06%-
HSV(B)341.61º30.69%79.22%-
XYZ39.9933.8237.22-
YUV160.7127.04157.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=40.32%
G=27.94%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214015900.310.210.21341.6136.967.06
HexCA8C9F01F15151562543
Octal312214237037252552645103
Binary11001010100011001001111101111110101101011010101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C9F; }

 p { color: rgb(202,140,159); }

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

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

 a { background-color: rgb(202,140,159); }

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

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

 span { border-color: rgb(202,140,159); }

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