#CBAE9D

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

Shades of Cashmere #CBAE9D

Tints of Cashmere #CBAE9D

Color information

#CBAE9D (or 0xCBAE9D) is unknown color: approx Cashmere. HEX triplet: CB, AE and 9D. RGB value is (203,174,157). Sum of RGB (Red+Green+Blue) = 203+174+157=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE9D is #345162. Grayscale: #B4B4B4. Windows color (decimal): -3428707 or 10333899. OLE color: 10333899.

HSL color Cylindrical-coordinate representation of color #CBAE9D: hue angle of 22.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBAE9D is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB203174157-
CMYK00.140.230.20
HSL22.17º30.67%70.59%-
HSV(B)22.17º22.66%79.61%-
XYZ45.8545.438.25-
YUV180.73114.61143.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=38.01%
G=32.58%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317415700.140.230.2022.1730.6770.59
HexCBAE9D0E1714161f47
Octal31325623501627242637107
Binary11001011101011101001110101110101111010010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE9D; }

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

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

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

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

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

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

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

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