#CA929E

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

Shades of Viola #CA929E

Tints of Viola #CA929E

Color information

#CA929E (or 0xCA929E) is unknown color: approx Viola. HEX triplet: CA, 92 and 9E. RGB value is (202,146,158). Sum of RGB (Red+Green+Blue) = 202+146+158=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA929E is #356D61. Grayscale: #A4A4A4. Windows color (decimal): -3501410 or 10392266. OLE color: 10392266.

HSL color Cylindrical-coordinate representation of color #CA929E: hue angle of 347.14º 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 #CA929E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202146158-
CMYK00.280.220.21
HSL347.14º34.57%68.24%-
HSV(B)347.14º27.72%79.22%-
XYZ40.8135.5837.07-
YUV164.11124.55155.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=39.92%
G=28.85%
B=31.23%

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
Decimal20214615800.280.220.21347.1434.5768.24
HexCA929E01C161515b2344
Octal312222236034262553343104
Binary11001010100100101001111001110010110101011010110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA929E; }

 p { color: rgb(202,146,158); }

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

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

 a { background-color: rgb(202,146,158); }

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

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

 span { border-color: rgb(202,146,158); }

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