#CB93A5

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

Shades of Viola #CB93A5

Tints of Viola #CB93A5

Color information

#CB93A5 (or 0xCB93A5) is unknown color: approx Viola. HEX triplet: CB, 93 and A5. RGB value is (203,147,165). Sum of RGB (Red+Green+Blue) = 203+147+165=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93A5 is #346C5A. Grayscale: #A5A5A5. Windows color (decimal): -3435611 or 10851275. OLE color: 10851275.

HSL color Cylindrical-coordinate representation of color #CB93A5: hue angle of 340.71º 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 #CB93A5 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203147165-
CMYK00.280.190.20
HSL340.71º35%68.63%-
HSV(B)340.71º27.59%79.61%-
XYZ41.8536.2840.39-
YUV165.8127.55154.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=39.42%
G=28.54%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314716500.280.190.20340.713568.63
HexCB93A501C13141552345
Octal313223245034232452543105
Binary11001011100100111010010101110010011101001010101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93A5; }

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

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

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

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

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

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

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

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