#CBB09F

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

Shades of Cashmere #CBB09F

Tints of Cashmere #CBB09F

Color information

#CBB09F (or 0xCBB09F) is unknown color: approx Cashmere. HEX triplet: CB, B0 and 9F. RGB value is (203,176,159). Sum of RGB (Red+Green+Blue) = 203+176+159=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB09F is #344F60. Grayscale: #B6B6B6. Windows color (decimal): -3428193 or 10465483. OLE color: 10465483.

HSL color Cylindrical-coordinate representation of color #CBB09F: hue angle of 23.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB09F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203176159-
CMYK00.130.220.20
HSL23.18º29.73%70.98%-
HSV(B)23.18º21.67%79.61%-
XYZ46.4146.2539.28-
YUV182.14114.95142.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=37.73%
G=32.71%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317615900.130.220.2023.1829.7370.98
HexCBB09F0D1614171e47
Octal31326023701526242736107
Binary11001011101100001001111101101101101010010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB09F; }

 p { color: rgb(203,176,159); }

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

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

 a { background-color: rgb(203,176,159); }

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

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

 span { border-color: rgb(203,176,159); }

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