#CB998E

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

Shades of Quicksand #CB998E

Tints of Quicksand #CB998E

Color information

#CB998E (or 0xCB998E) is unknown color: approx Quicksand. HEX triplet: CB, 99 and 8E. RGB value is (203,153,142). Sum of RGB (Red+Green+Blue) = 203+153+142=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB998E is #346671. Grayscale: #A6A6A6. Windows color (decimal): -3434098 or 9345483. OLE color: 9345483.

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

Color convert

RGB203153142-
CMYK00.250.300.20
HSL10.82º36.97%67.65%-
HSV(B)10.82º30.05%79.61%-
XYZ40.937.4330.66-
YUV166.7114.06153.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=40.76%
G=30.72%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315314200.250.300.2010.8236.9767.65
HexCB998E0191E14b2544
Octal31323121603136241345104
Binary110010111001100110001110011001111101010010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB998E; }

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

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

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

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

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

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

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

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