#CB9788

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

Shades of Quicksand #CB9788

Tints of Quicksand #CB9788

Color information

#CB9788 (or 0xCB9788) is unknown color: approx Quicksand. HEX triplet: CB, 97 and 88. RGB value is (203,151,136). Sum of RGB (Red+Green+Blue) = 203+151+136=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9788 is #346877. Grayscale: #A4A4A4. Windows color (decimal): -3434616 or 8951755. OLE color: 8951755.

HSL color Cylindrical-coordinate representation of color #CB9788: hue angle of 13.43º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB9788 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203151136-
CMYK00.260.330.20
HSL13.43º39.18%66.47%-
HSV(B)13.43º33%79.61%-
XYZ40.1436.6128.24-
YUV164.84111.73155.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=41.43%
G=30.82%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315113600.260.330.2013.4339.1866.47
HexCB978801A2114d2742
Octal31322721003241241547102
Binary1100101110010111100010000110101000011010011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9788; }

 p { color: rgb(203,151,136); }

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

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

 a { background-color: rgb(203,151,136); }

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

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

 span { border-color: rgb(203,151,136); }

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