#CB9B8E

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

Shades of Quicksand #CB9B8E

Tints of Quicksand #CB9B8E

Color information

#CB9B8E (or 0xCB9B8E) is unknown color: approx Quicksand. HEX triplet: CB, 9B and 8E. RGB value is (203,155,142). Sum of RGB (Red+Green+Blue) = 203+155+142=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B8E is #346471. Grayscale: #A7A7A7. Windows color (decimal): -3433586 or 9345995. OLE color: 9345995.

HSL color Cylindrical-coordinate representation of color #CB9B8E: hue angle of 12.79º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9B8E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203155142-
CMYK00.240.300.20
HSL12.79º36.97%67.65%-
HSV(B)12.79º30.05%79.61%-
XYZ41.2338.0930.77-
YUV167.87113.4153.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 155 (60.94% from 255) = 31%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=40.6%
G=31%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315514200.240.300.2012.7936.9767.65
HexCB9B8E0181E14d2544
Octal31323321603036241545104
Binary110010111001101110001110011000111101010011011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B8E; }

 p { color: rgb(203,155,142); }

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

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

 a { background-color: rgb(203,155,142); }

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

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

 span { border-color: rgb(203,155,142); }

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