#CB93A9

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

Shades of Viola #CB93A9

Tints of Viola #CB93A9

Color information

#CB93A9 (or 0xCB93A9) is unknown color: approx Viola. HEX triplet: CB, 93 and A9. RGB value is (203,147,169). Sum of RGB (Red+Green+Blue) = 203+147+169=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93A9 is #346C56. Grayscale: #A6A6A6. Windows color (decimal): -3435607 or 11113419. OLE color: 11113419.

HSL color Cylindrical-coordinate representation of color #CB93A9: hue angle of 336.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93A9 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203147169-
CMYK00.280.170.20
HSL336.43º35%68.63%-
HSV(B)336.43º27.59%79.61%-
XYZ42.2236.4342.34-
YUV166.25129.55154.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 169 (66.41% from 255) = 32.56%
R=39.11%
G=28.32%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314716900.280.170.20336.433568.63
HexCB93A901C11141502345
Octal313223251034212452043105
Binary11001011100100111010100101110010001101001010100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93A9; }

 p { color: rgb(203,147,169); }

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

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

 a { background-color: rgb(203,147,169); }

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

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

 span { border-color: rgb(203,147,169); }

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