#CBA995

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

Shades of Cashmere #CBA995

Tints of Cashmere #CBA995

Color information

#CBA995 (or 0xCBA995) is unknown color: approx Cashmere. HEX triplet: CB, A9 and 95. RGB value is (203,169,149). Sum of RGB (Red+Green+Blue) = 203+169+149=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA995 is #34566A. Grayscale: #B1B1B1. Windows color (decimal): -3429995 or 9808331. OLE color: 9808331.

HSL color Cylindrical-coordinate representation of color #CBA995: hue angle of 22.22º degrees, saturation: 0.34, 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 #CBA995 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203169149-
CMYK00.170.270.20
HSL22.22º34.18%69.02%-
HSV(B)22.22º26.6%79.61%-
XYZ44.2443.2434.45-
YUV176.89112.26146.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=38.96%
G=32.44%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316914900.170.270.2022.2234.1869.02
HexCBA9950111B14162245
Octal31325122502133242642105
Binary1100101110101001100101010100011101110100101101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA995; }

 p { color: rgb(203,169,149); }

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

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

 a { background-color: rgb(203,169,149); }

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

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

 span { border-color: rgb(203,169,149); }

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