#CBAB94

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

Shades of Cashmere #CBAB94

Tints of Cashmere #CBAB94

Color information

#CBAB94 (or 0xCBAB94) is unknown color: approx Cashmere. HEX triplet: CB, AB and 94. RGB value is (203,171,148). Sum of RGB (Red+Green+Blue) = 203+171+148=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB94 is #34546B. Grayscale: #B2B2B2. Windows color (decimal): -3429484 or 9743307. OLE color: 9743307.

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

Color convert

RGB203171148-
CMYK00.160.270.20
HSL25.09º34.59%68.82%-
HSV(B)25.09º27.09%79.61%-
XYZ44.5443.9634.15-
YUV177.95111.1145.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=38.89%
G=32.76%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317114800.160.270.2025.0934.5968.82
HexCBAB940101B14192345
Octal31325322402033243143105
Binary1100101110101011100101000100001101110100110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB94; }

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

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

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

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

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

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

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

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