#CBB19C

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

Shades of Cashmere #CBB19C

Tints of Cashmere #CBB19C

Color information

#CBB19C (or 0xCBB19C) is unknown color: approx Cashmere. HEX triplet: CB, B1 and 9C. RGB value is (203,177,156). Sum of RGB (Red+Green+Blue) = 203+177+156=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB19C is #344E63. Grayscale: #B6B6B6. Windows color (decimal): -3427940 or 10269131. OLE color: 10269131.

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

Color convert

RGB203177156-
CMYK00.130.230.20
HSL26.81º31.13%70.39%-
HSV(B)26.81º23.15%79.61%-
XYZ46.3546.5437.99-
YUV182.38113.11142.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 177 (69.53% from 255) = 33.02%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=37.87%
G=33.02%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317715600.130.230.2026.8131.1370.39
HexCBB19C0D17141b1f46
Octal31326123401527243337106
Binary11001011101100011001110001101101111010011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB19C; }

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

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

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

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

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

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

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

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