#CB9D8C

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

Shades of Quicksand #CB9D8C

Tints of Quicksand #CB9D8C

Color information

#CB9D8C (or 0xCB9D8C) is unknown color: approx Quicksand. HEX triplet: CB, 9D and 8C. RGB value is (203,157,140). Sum of RGB (Red+Green+Blue) = 203+157+140=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9D8C is #346273. Grayscale: #A8A8A8. Windows color (decimal): -3433076 or 9215435. OLE color: 9215435.

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

Color convert

RGB203157140-
CMYK00.230.310.20
HSL16.19º37.72%67.25%-
HSV(B)16.19º31.03%79.61%-
XYZ41.4238.730.1-
YUV168.82111.74152.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 140 (55.08% from 255) = 28%
R=40.6%
G=31.4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315714000.230.310.2016.1937.7267.25
HexCB9D8C0171F14102643
Octal31323521402737242046103
Binary1100101110011101100011000101111111110100100001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9D8C; }

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

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

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

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

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

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

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

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