#CBA991

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

Shades of Cashmere #CBA991

Tints of Cashmere #CBA991

Color information

#CBA991 (or 0xCBA991) is unknown color: approx Cashmere. HEX triplet: CB, A9 and 91. RGB value is (203,169,145). Sum of RGB (Red+Green+Blue) = 203+169+145=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA991 is #34566E. Grayscale: #B0B0B0. Windows color (decimal): -3429999 or 9546187. OLE color: 9546187.

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

Color convert

RGB203169145-
CMYK00.170.290.20
HSL24.83º35.8%68.24%-
HSV(B)24.83º28.57%79.61%-
XYZ43.9343.1232.8-
YUV176.43110.26146.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=39.26%
G=32.69%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316914500.170.290.2024.8335.868.24
HexCBA9910111D14192444
Octal31325122102135243144104
Binary1100101110101001100100010100011110110100110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA991; }

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

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

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

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

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

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

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

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