#CB9991

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

Shades of Quicksand #CB9991

Tints of Quicksand #CB9991

Color information

#CB9991 (or 0xCB9991) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 91. RGB value is (203,153,145). Sum of RGB (Red+Green+Blue) = 203+153+145=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9991 is #34666E. Grayscale: #A7A7A7. Windows color (decimal): -3434095 or 9542091. OLE color: 9542091.

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

Color convert

RGB203153145-
CMYK00.250.290.20
HSL8.28º35.8%68.24%-
HSV(B)8.28º28.57%79.61%-
XYZ41.1337.5231.86-
YUV167.04115.56153.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=40.52%
G=30.54%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315314500.250.290.208.2835.868.24
HexCB99910191D1482444
Octal31323122103135241044104
Binary110010111001100110010001011001111011010010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9991; }

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

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

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

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

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

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

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

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