#C296A7

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

Shades of Viola #C296A7

Tints of Viola #C296A7

Color information

#C296A7 (or 0xC296A7) is unknown color: approx Viola. HEX triplet: C2, 96 and A7. RGB value is (194,150,167). Sum of RGB (Red+Green+Blue) = 194+150+167=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C296A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C296A7 is #3D6958. Grayscale: #A5A5A5. Windows color (decimal): -4024665 or 10983106. OLE color: 10983106.

HSL color Cylindrical-coordinate representation of color #C296A7: hue angle of 336.82º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C296A7 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194150167-
CMYK00.230.140.24
HSL336.82º26.51%67.45%-
HSV(B)336.82º22.68%76.08%-
XYZ40.1336.0741.41-
YUV165.09129.08148.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=37.96%
G=29.35%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415016700.230.140.24336.8226.5167.45
HexC296A7017E181511b43
Octal302226247027163052133103
Binary110000101001011010100111010111111011000101010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296A7; }

 p { color: rgb(194,150,167); }

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

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

 a { background-color: rgb(194,150,167); }

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

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

 span { border-color: rgb(194,150,167); }

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