#CB94AA

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

Shades of Viola #CB94AA

Tints of Viola #CB94AA

Color information

#CB94AA (or 0xCB94AA) is unknown color: approx Viola. HEX triplet: CB, 94 and AA. RGB value is (203,148,170). Sum of RGB (Red+Green+Blue) = 203+148+170=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB94AA is #346B55. Grayscale: #A6A6A6. Windows color (decimal): -3435350 or 11179211. OLE color: 11179211.

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

Color convert

RGB203148170-
CMYK00.270.160.20
HSL336º34.59%68.82%-
HSV(B)336º27.09%79.61%-
XYZ42.4736.7842.89-
YUV166.95129.72153.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=38.96%
G=28.41%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314817000.270.160.2033634.5968.82
HexCB94AA01B10141502345
Octal313224252033202452043105
Binary11001011100101001010101001101110000101001010100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94AA; }

 p { color: rgb(203,148,170); }

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

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

 a { background-color: rgb(203,148,170); }

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

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

 span { border-color: rgb(203,148,170); }

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