#CB968E

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

Shades of Quicksand #CB968E

Tints of Quicksand #CB968E

Color information

#CB968E (or 0xCB968E) is unknown color: approx Quicksand. HEX triplet: CB, 96 and 8E. RGB value is (203,150,142). Sum of RGB (Red+Green+Blue) = 203+150+142=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB968E is #346971. Grayscale: #A5A5A5. Windows color (decimal): -3434866 or 9344715. OLE color: 9344715.

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

Color convert

RGB203150142-
CMYK00.260.300.20
HSL7.87º36.97%67.65%-
HSV(B)7.87º30.05%79.61%-
XYZ40.4236.4630.5-
YUV164.93115.06155.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=41.01%
G=30.30%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315014200.260.300.207.8736.9767.65
HexCB968E01A1E1482544
Octal31322621603236241045104
Binary110010111001011010001110011010111101010010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB968E; }

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

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

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

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

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

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

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

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