#CBAE9B

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

Shades of Cashmere #CBAE9B

Tints of Cashmere #CBAE9B

Color information

#CBAE9B (or 0xCBAE9B) is unknown color: approx Cashmere. HEX triplet: CB, AE and 9B. RGB value is (203,174,155). Sum of RGB (Red+Green+Blue) = 203+174+155=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE9B is #345164. Grayscale: #B4B4B4. Windows color (decimal): -3428709 or 10202827. OLE color: 10202827.

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

Color convert

RGB203174155-
CMYK00.140.240.20
HSL23.75º31.58%70.2%-
HSV(B)23.75º23.65%79.61%-
XYZ45.6845.3437.35-
YUV180.5113.61144.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=38.16%
G=32.71%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317415500.140.240.2023.7531.5870.2
HexCBAE9B0E1814182046
Octal31325623301630243040106
Binary110010111010111010011011011101100010100110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE9B; }

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

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

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

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

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

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

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

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