#C790A0

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

Shades of Viola #C790A0

Tints of Viola #C790A0

Color information

#C790A0 (or 0xC790A0) is unknown color: approx Viola. HEX triplet: C7, 90 and A0. RGB value is (199,144,160). Sum of RGB (Red+Green+Blue) = 199+144+160=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C790A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C790A0 is #386F5F. Grayscale: #A2A2A2. Windows color (decimal): -3698528 or 10522823. OLE color: 10522823.

HSL color Cylindrical-coordinate representation of color #C790A0: hue angle of 342.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C790A0 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199144160-
CMYK00.280.200.22
HSL342.55º32.93%67.25%-
HSV(B)342.55º27.64%78.04%-
XYZ39.8734.6337.84-
YUV162.27126.72154.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=39.56%
G=28.63%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914416000.280.200.22342.5532.9367.25
HexC790A001C14161572143
Octal307220240034242652741103
Binary11000111100100001010000001110010100101101010101111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C790A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C790A0; }

 p { color: rgb(199,144,160); }

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

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

 a { background-color: rgb(199,144,160); }

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

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

 span { border-color: rgb(199,144,160); }

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