#CBAA95

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

Shades of Cashmere #CBAA95

Tints of Cashmere #CBAA95

Color information

#CBAA95 (or 0xCBAA95) is unknown color: approx Cashmere. HEX triplet: CB, AA and 95. RGB value is (203,170,149). Sum of RGB (Red+Green+Blue) = 203+170+149=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAA95 is #34556A. Grayscale: #B1B1B1. Windows color (decimal): -3429739 or 9808587. OLE color: 9808587.

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

Color convert

RGB203170149-
CMYK00.160.270.20
HSL23.33º34.18%69.02%-
HSV(B)23.33º26.6%79.61%-
XYZ44.4343.6234.51-
YUV177.47111.93146.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=38.89%
G=32.57%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317014900.160.270.2023.3334.1869.02
HexCBAA950101B14172245
Octal31325222502033242742105
Binary1100101110101010100101010100001101110100101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA95; }

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

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

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

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

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

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

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

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