#CA919D

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

Shades of Viola #CA919D

Tints of Viola #CA919D

Color information

#CA919D (or 0xCA919D) is unknown color: approx Viola. HEX triplet: CA, 91 and 9D. RGB value is (202,145,157). Sum of RGB (Red+Green+Blue) = 202+145+157=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA919D is #356E62. Grayscale: #A3A3A3. Windows color (decimal): -3501667 or 10326474. OLE color: 10326474.

HSL color Cylindrical-coordinate representation of color #CA919D: hue angle of 347.37º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA919D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202145157-
CMYK00.280.220.21
HSL347.37º34.97%68.04%-
HSV(B)347.37º28.22%79.22%-
XYZ40.5735.2436.56-
YUV163.41124.38155.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=40.08%
G=28.77%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214515700.280.220.21347.3734.9768.04
HexCA919D01C161515b2344
Octal312221235034262553343104
Binary11001010100100011001110101110010110101011010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA919D; }

 p { color: rgb(202,145,157); }

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

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

 a { background-color: rgb(202,145,157); }

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

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

 span { border-color: rgb(202,145,157); }

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