#CBA08D

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

Shades of Quicksand #CBA08D

Tints of Quicksand #CBA08D

Color information

#CBA08D (or 0xCBA08D) is unknown color: approx Quicksand. HEX triplet: CB, A0 and 8D. RGB value is (203,160,141). Sum of RGB (Red+Green+Blue) = 203+160+141=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA08D is #345F72. Grayscale: #AAAAAA. Windows color (decimal): -3432307 or 9281739. OLE color: 9281739.

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

Color convert

RGB203160141-
CMYK00.210.310.20
HSL18.39º37.35%67.45%-
HSV(B)18.39º30.54%79.61%-
XYZ42.0139.7630.66-
YUV170.69111.25151.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=40.28%
G=31.75%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316014100.210.310.2018.3937.3567.45
HexCBA08D0151F14122543
Octal31324021502537242245103
Binary1100101110100000100011010101011111110100100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA08D; }

 p { color: rgb(203,160,141); }

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

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

 a { background-color: rgb(203,160,141); }

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

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

 span { border-color: rgb(203,160,141); }

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