#CBAE95

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

Shades of Cashmere #CBAE95

Tints of Cashmere #CBAE95

Color information

#CBAE95 (or 0xCBAE95) is unknown color: approx Cashmere. HEX triplet: CB, AE and 95. RGB value is (203,174,149). Sum of RGB (Red+Green+Blue) = 203+174+149=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE95 is #34516A. Grayscale: #B3B3B3. Windows color (decimal): -3428715 or 9809611. OLE color: 9809611.

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

Color convert

RGB203174149-
CMYK00.140.270.20
HSL27.78º34.18%69.02%-
HSV(B)27.78º26.6%79.61%-
XYZ45.1945.1434.76-
YUV179.82110.61144.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=38.59%
G=33.08%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317414900.140.270.2027.7834.1869.02
HexCBAE950E1B141c2245
Octal31325622501633243442105
Binary110010111010111010010101011101101110100111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE95; }

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

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

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

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

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

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

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

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