#CB9E8E

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

Shades of Quicksand #CB9E8E

Tints of Quicksand #CB9E8E

Color information

#CB9E8E (or 0xCB9E8E) is unknown color: approx Quicksand. HEX triplet: CB, 9E and 8E. RGB value is (203,158,142). Sum of RGB (Red+Green+Blue) = 203+158+142=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9E8E is #346171. Grayscale: #A9A9A9. Windows color (decimal): -3432818 or 9346763. OLE color: 9346763.

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

Color convert

RGB203158142-
CMYK00.220.300.20
HSL15.74º36.97%67.65%-
HSV(B)15.74º30.05%79.61%-
XYZ41.7439.130.94-
YUV169.63112.41151.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=40.36%
G=31.41%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315814200.220.300.2015.7436.9767.65
HexCB9E8E0161E14102544
Octal31323621602636242045104
Binary1100101110011110100011100101101111010100100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E8E; }

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

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

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

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

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

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

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

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