#CB9981

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

Shades of Quicksand #CB9981

Tints of Quicksand #CB9981

Color information

#CB9981 (or 0xCB9981) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 81. RGB value is (203,153,129). Sum of RGB (Red+Green+Blue) = 203+153+129=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9981 is #34667E. Grayscale: #A5A5A5. Windows color (decimal): -3434111 or 8493515. OLE color: 8493515.

HSL color Cylindrical-coordinate representation of color #CB9981: hue angle of 19.46º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9981 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203153129-
CMYK00.250.360.20
HSL19.46º41.57%65.1%-
HSV(B)19.46º36.45%79.61%-
XYZ39.9837.0625.82-
YUV165.21107.56154.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=41.86%
G=31.55%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315312900.250.360.2019.4641.5765.1
HexCB99810192414132a41
Octal31323120103144242352101
Binary11001011100110011000000101100110010010100100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9981; }

 p { color: rgb(203,153,129); }

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

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

 a { background-color: rgb(203,153,129); }

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

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

 span { border-color: rgb(203,153,129); }

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