#C892A0

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

Shades of Viola #C892A0

Tints of Viola #C892A0

Color information

#C892A0 (or 0xC892A0) is unknown color: approx Viola. HEX triplet: C8, 92 and A0. RGB value is (200,146,160). Sum of RGB (Red+Green+Blue) = 200+146+160=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C892A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C892A0 is #376D5F. Grayscale: #A3A3A3. Windows color (decimal): -3632480 or 10523336. OLE color: 10523336.

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

Color convert

RGB200146160-
CMYK00.270.20.22
HSL344.44º32.93%67.84%-
HSV(B)344.44º27%78.43%-
XYZ40.4435.3837.95-
YUV163.74125.89153.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=39.53%
G=28.85%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014616000.270.20.22344.4432.9367.84
HexC892A001B14161582144
Octal310222240033242653041104
Binary11001000100100101010000001101110100101101010110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892A0; }

 p { color: rgb(200,146,160); }

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

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

 a { background-color: rgb(200,146,160); }

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

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

 span { border-color: rgb(200,146,160); }

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