#CBB09A

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

Shades of Cashmere #CBB09A

Tints of Cashmere #CBB09A

Color information

#CBB09A (or 0xCBB09A) is unknown color: approx Cashmere. HEX triplet: CB, B0 and 9A. RGB value is (203,176,154). Sum of RGB (Red+Green+Blue) = 203+176+154=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB09A is #344F65. Grayscale: #B5B5B5. Windows color (decimal): -3428198 or 10137803. OLE color: 10137803.

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

Color convert

RGB203176154-
CMYK00.130.240.20
HSL26.94º32.03%70%-
HSV(B)26.94º24.14%79.61%-
XYZ45.9946.0837.04-
YUV181.56112.45143.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=38.09%
G=33.02%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317615400.130.240.2026.9432.0370
HexCBB09A0D18141b2046
Octal31326023201530243340106
Binary110010111011000010011010011011100010100110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB09A; }

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

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

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

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

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

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

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

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