#CBAA90

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

Shades of Cashmere #CBAA90

Tints of Cashmere #CBAA90

Color information

#CBAA90 (or 0xCBAA90) is unknown color: approx Cashmere. HEX triplet: CB, AA and 90. RGB value is (203,170,144). Sum of RGB (Red+Green+Blue) = 203+170+144=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAA90 is #34556F. Grayscale: #B1B1B1. Windows color (decimal): -3429744 or 9480907. OLE color: 9480907.

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

Color convert

RGB203170144-
CMYK00.160.290.20
HSL26.44º36.2%68.04%-
HSV(B)26.44º29.06%79.61%-
XYZ44.0443.4632.45-
YUV176.9109.43146.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=39.26%
G=32.88%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317014400.160.290.2026.4436.268.04
HexCBAA900101D141a2444
Octal31325222002035243244104
Binary1100101110101010100100000100001110110100110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA90; }

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

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

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

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

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

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

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

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