#CB8DA0

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

Shades of Viola #CB8DA0

Tints of Viola #CB8DA0

Color information

#CB8DA0 (or 0xCB8DA0) is unknown color: approx Viola. HEX triplet: CB, 8D and A0. RGB value is (203,141,160). Sum of RGB (Red+Green+Blue) = 203+141+160=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DA0 is #34725F. Grayscale: #A1A1A1. Windows color (decimal): -3437152 or 10522059. OLE color: 10522059.

HSL color Cylindrical-coordinate representation of color #CB8DA0: hue angle of 341.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DA0 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203141160-
CMYK00.310.210.20
HSL341.61º37.35%67.45%-
HSV(B)341.61º30.54%79.61%-
XYZ40.534.2837.74-
YUV161.7127.04157.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=40.28%
G=27.98%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314116000.310.210.20341.6137.3567.45
HexCB8DA001F15141562543
Octal313215240037252452645103
Binary11001011100011011010000001111110101101001010101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DA0; }

 p { color: rgb(203,141,160); }

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

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

 a { background-color: rgb(203,141,160); }

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

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

 span { border-color: rgb(203,141,160); }

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