#CBAE9E

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

Shades of Cashmere #CBAE9E

Tints of Cashmere #CBAE9E

Color information

#CBAE9E (or 0xCBAE9E) is unknown color: approx Cashmere. HEX triplet: CB, AE and 9E. RGB value is (203,174,158). Sum of RGB (Red+Green+Blue) = 203+174+158=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE9E is #345161. Grayscale: #B4B4B4. Windows color (decimal): -3428706 or 10399435. OLE color: 10399435.

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

Color convert

RGB203174158-
CMYK00.140.220.20
HSL21.33º30.2%70.78%-
HSV(B)21.33º22.17%79.61%-
XYZ45.9445.4438.7-
YUV180.85115.11143.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=37.94%
G=32.52%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317415800.140.220.2021.3330.270.78
HexCBAE9E0E1614151e47
Octal31325623601626242536107
Binary11001011101011101001111001110101101010010101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE9E; }

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

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

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

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

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

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

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

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