#CA98A6

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

Shades of Viola #CA98A6

Tints of Viola #CA98A6

Color information

#CA98A6 (or 0xCA98A6) is unknown color: approx Viola. HEX triplet: CA, 98 and A6. RGB value is (202,152,166). Sum of RGB (Red+Green+Blue) = 202+152+166=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A6 is #356759. Grayscale: #A8A8A8. Windows color (decimal): -3499866 or 10918090. OLE color: 10918090.

HSL color Cylindrical-coordinate representation of color #CA98A6: hue angle of 343.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA98A6 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202152166-
CMYK00.250.180.21
HSL343.2º32.05%69.41%-
HSV(B)343.2º24.75%79.22%-
XYZ42.4737.7741.13-
YUV168.55126.56151.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=38.85%
G=29.23%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215216600.250.180.21343.232.0569.41
HexCA98A601912151572045
Octal312230246031222552740105
Binary11001010100110001010011001100110010101011010101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98A6; }

 p { color: rgb(202,152,166); }

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

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

 a { background-color: rgb(202,152,166); }

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

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

 span { border-color: rgb(202,152,166); }

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