#CBAE94

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

Shades of Cashmere #CBAE94

Tints of Cashmere #CBAE94

Color information

#CBAE94 (or 0xCBAE94) is unknown color: approx Cashmere. HEX triplet: CB, AE and 94. RGB value is (203,174,148). Sum of RGB (Red+Green+Blue) = 203+174+148=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE94 is #34516B. Grayscale: #B3B3B3. Windows color (decimal): -3428716 or 9744075. OLE color: 9744075.

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

Color convert

RGB203174148-
CMYK00.140.270.20
HSL28.36º34.59%68.82%-
HSV(B)28.36º27.09%79.61%-
XYZ45.1145.1134.35-
YUV179.71110.11144.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=38.67%
G=33.14%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317414800.140.270.2028.3634.5968.82
HexCBAE940E1B141c2345
Octal31325622401633243443105
Binary110010111010111010010100011101101110100111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE94; }

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

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

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

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

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

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

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

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