#CBAE9A

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

Shades of Cashmere #CBAE9A

Tints of Cashmere #CBAE9A

Color information

#CBAE9A (or 0xCBAE9A) is unknown color: approx Cashmere. HEX triplet: CB, AE and 9A. RGB value is (203,174,154). Sum of RGB (Red+Green+Blue) = 203+174+154=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE9A is #345165. Grayscale: #B4B4B4. Windows color (decimal): -3428710 or 10137291. OLE color: 10137291.

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

Color convert

RGB203174154-
CMYK00.140.240.20
HSL24.49º32.03%70%-
HSV(B)24.49º24.14%79.61%-
XYZ45.645.336.91-
YUV180.39113.11144.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=38.23%
G=32.77%
B=29.00%

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
Decimal20317415400.140.240.2024.4932.0370
HexCBAE9A0E1814182046
Octal31325623201630243040106
Binary110010111010111010011010011101100010100110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE9A; }

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

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

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

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

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

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

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

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