#C88BA0

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

Shades of Viola #C88BA0

Tints of Viola #C88BA0

Color information

#C88BA0 (or 0xC88BA0) is unknown color: approx Viola. HEX triplet: C8, 8B and A0. RGB value is (200,139,160). Sum of RGB (Red+Green+Blue) = 200+139+160=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BA0 is #37745F. Grayscale: #9F9F9F. Windows color (decimal): -3634272 or 10521544. OLE color: 10521544.

HSL color Cylindrical-coordinate representation of color #C88BA0: hue angle of 339.34º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BA0 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB200139160-
CMYK00.300.20.22
HSL339.34º35.67%66.47%-
HSV(B)339.34º30.5%78.43%-
XYZ39.433.2837.61-
YUV159.63128.21156.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 139 (54.69% from 255) = 27.86%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=40.08%
G=27.86%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013916000.300.20.22339.3435.6766.47
HexC88BA001E14161532442
Octal310213240036242652344102
Binary11001000100010111010000001111010100101101010100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BA0; }

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

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

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

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

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

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

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

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