#CBAAAD

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

Shades of Pale Chestnut #CBAAAD

Tints of Pale Chestnut #CBAAAD

Color information

#CBAAAD (or 0xCBAAAD) is unknown color: approx Pale Chestnut. HEX triplet: CB, AA and AD. RGB value is (203,170,173). Sum of RGB (Red+Green+Blue) = 203+170+173=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAAAD is #345552. Grayscale: #B4B4B4. Windows color (decimal): -3429715 or 11381451. OLE color: 11381451.

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

Color convert

RGB203170173-
CMYK00.160.150.20
HSL354.55º24.09%73.14%-
HSV(B)354.55º16.26%79.61%-
XYZ46.5544.4645.66-
YUV180.21123.93144.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=37.18%
G=31.14%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317017300.160.150.20354.5524.0973.14
HexCBAAAD010F141631849
Octal313252255020172454330111
Binary110010111010101010101101010000111110100101100011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAAD; }

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

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

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

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

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

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

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

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