#CBAE96

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

Shades of Cashmere #CBAE96

Tints of Cashmere #CBAE96

Color information

#CBAE96 (or 0xCBAE96) is unknown color: approx Cashmere. HEX triplet: CB, AE and 96. RGB value is (203,174,150). Sum of RGB (Red+Green+Blue) = 203+174+150=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE96 is #345169. Grayscale: #B4B4B4. Windows color (decimal): -3428714 or 9875147. OLE color: 9875147.

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

Color convert

RGB203174150-
CMYK00.140.260.20
HSL27.17º33.76%69.22%-
HSV(B)27.17º26.11%79.61%-
XYZ45.2745.1735.19-
YUV179.93111.11144.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=38.52%
G=33.02%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317415000.140.260.2027.1733.7669.22
HexCBAE960E1A141b2245
Octal31325622601632243342105
Binary110010111010111010010110011101101010100110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE96; }

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

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

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

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

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

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

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

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