#CA8D9C

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

Shades of Viola #CA8D9C

Tints of Viola #CA8D9C

Color information

#CA8D9C (or 0xCA8D9C) is unknown color: approx Viola. HEX triplet: CA, 8D and 9C. RGB value is (202,141,156). Sum of RGB (Red+Green+Blue) = 202+141+156=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D9C is #357263. Grayscale: #A0A0A0. Windows color (decimal): -3502692 or 10259914. OLE color: 10259914.

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

Color convert

RGB202141156-
CMYK00.300.230.21
HSL345.25º36.53%67.25%-
HSV(B)345.25º30.2%79.22%-
XYZ39.8834.0135.91-
YUV160.95125.21157.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=40.48%
G=28.26%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214115600.300.230.21345.2536.5367.25
HexCA8D9C01E17151592543
Octal312215234036272553145103
Binary11001010100011011001110001111010111101011010110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D9C; }

 p { color: rgb(202,141,156); }

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

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

 a { background-color: rgb(202,141,156); }

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

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

 span { border-color: rgb(202,141,156); }

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