#CB85AA

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

Shades of Viola #CB85AA

Tints of Viola #CB85AA

Color information

#CB85AA (or 0xCB85AA) is unknown color: approx Viola. HEX triplet: CB, 85 and AA. RGB value is (203,133,170). Sum of RGB (Red+Green+Blue) = 203+133+170=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85AA is #347A55. Grayscale: #9E9E9E. Windows color (decimal): -3439190 or 11175371. OLE color: 11175371.

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

Color convert

RGB203133170-
CMYK00.340.160.20
HSL328.29º40.23%65.88%-
HSV(B)328.29º34.48%79.61%-
XYZ40.2732.3742.16-
YUV158.15134.69159.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=40.12%
G=26.28%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313317000.340.160.20328.2940.2365.88
HexCB85AA02210141482842
Octal313205252042202451050102
Binary110010111000010110101010010001010000101001010010001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85AA; }

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

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

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

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

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

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

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

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