#CB978E

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

Shades of Quicksand #CB978E

Tints of Quicksand #CB978E

Color information

#CB978E (or 0xCB978E) is unknown color: approx Quicksand. HEX triplet: CB, 97 and 8E. RGB value is (203,151,142). Sum of RGB (Red+Green+Blue) = 203+151+142=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB978E is #346871. Grayscale: #A5A5A5. Windows color (decimal): -3434610 or 9344971. OLE color: 9344971.

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

Color convert

RGB203151142-
CMYK00.260.300.20
HSL8.85º36.97%67.65%-
HSV(B)8.85º30.05%79.61%-
XYZ40.5836.7830.55-
YUV165.52114.73154.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=40.93%
G=30.44%
B=28.63%

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
Decimal20315114200.260.300.208.8536.9767.65
HexCB978E01A1E1492544
Octal31322721603236241145104
Binary110010111001011110001110011010111101010010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB978E; }

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

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

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

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

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

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

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

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