#CBB19E

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

Shades of Cashmere #CBB19E

Tints of Cashmere #CBB19E

Color information

#CBB19E (or 0xCBB19E) is unknown color: approx Cashmere. HEX triplet: CB, B1 and 9E. RGB value is (203,177,158). Sum of RGB (Red+Green+Blue) = 203+177+158=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB19E is #344E61. Grayscale: #B6B6B6. Windows color (decimal): -3427938 or 10400203. OLE color: 10400203.

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

Color convert

RGB203177158-
CMYK00.130.220.20
HSL25.33º30.2%70.78%-
HSV(B)25.33º22.17%79.61%-
XYZ46.5246.6138.89-
YUV182.61114.11142.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=37.73%
G=32.90%
B=29.37%

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
Decimal20317715800.130.220.2025.3330.270.78
HexCBB19E0D1614191e47
Octal31326123601526243136107
Binary11001011101100011001111001101101101010011001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB19E; }

 p { color: rgb(203,177,158); }

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

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

 a { background-color: rgb(203,177,158); }

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

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

 span { border-color: rgb(203,177,158); }

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