#CB9BAB

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

Shades of Viola #CB9BAB

Tints of Viola #CB9BAB

Color information

#CB9BAB (or 0xCB9BAB) is unknown color: approx Viola. HEX triplet: CB, 9B and AB. RGB value is (203,155,171). Sum of RGB (Red+Green+Blue) = 203+155+171=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BAB is #346454. Grayscale: #ABABAB. Windows color (decimal): -3433557 or 11246539. OLE color: 11246539.

HSL color Cylindrical-coordinate representation of color #CB9BAB: hue angle of 340º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BAB is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203155171-
CMYK00.240.160.20
HSL340º31.58%70.2%-
HSV(B)340º23.65%79.61%-
XYZ43.739.0843.77-
YUV171.18127.9150.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=38.37%
G=29.30%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315517100.240.160.2034031.5870.2
HexCB9BAB01810141542046
Octal313233253030202452440106
Binary11001011100110111010101101100010000101001010101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BAB; }

 p { color: rgb(203,155,171); }

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

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

 a { background-color: rgb(203,155,171); }

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

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

 span { border-color: rgb(203,155,171); }

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