#CB9B8C

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

Shades of Quicksand #CB9B8C

Tints of Quicksand #CB9B8C

Color information

#CB9B8C (or 0xCB9B8C) is unknown color: approx Quicksand. HEX triplet: CB, 9B and 8C. RGB value is (203,155,140). Sum of RGB (Red+Green+Blue) = 203+155+140=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9B8C is #346473. Grayscale: #A7A7A7. Windows color (decimal): -3433588 or 9214923. OLE color: 9214923.

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

Color convert

RGB203155140-
CMYK00.240.310.20
HSL14.29º37.72%67.25%-
HSV(B)14.29º31.03%79.61%-
XYZ41.0838.0329.99-
YUV167.64112.4153.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=40.76%
G=31.12%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315514000.240.310.2014.2937.7267.25
HexCB9B8C0181F14e2643
Octal31323321403037241646103
Binary110010111001101110001100011000111111010011101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B8C; }

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

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

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

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

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

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

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

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