#CBAE9C

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

Shades of Cashmere #CBAE9C

Tints of Cashmere #CBAE9C

Color information

#CBAE9C (or 0xCBAE9C) is unknown color: approx Cashmere. HEX triplet: CB, AE and 9C. RGB value is (203,174,156). Sum of RGB (Red+Green+Blue) = 203+174+156=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE9C is #345163. Grayscale: #B4B4B4. Windows color (decimal): -3428708 or 10268363. OLE color: 10268363.

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

Color convert

RGB203174156-
CMYK00.140.230.20
HSL22.98º31.13%70.39%-
HSV(B)22.98º23.15%79.61%-
XYZ45.7745.3737.8-
YUV180.62114.11143.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=38.09%
G=32.65%
B=29.27%

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
Decimal20317415600.140.230.2022.9831.1370.39
HexCBAE9C0E1714171f46
Octal31325623401627242737106
Binary11001011101011101001110001110101111010010111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE9C; }

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

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

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

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

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

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

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

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