Html Css Color HEX #CE9586 Quicksand

📋 copy color: '#CE9586'

red 206 ◦ green 149 ◦ blue 134

#CE9586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #CE9586

Tints of Quicksand #CE9586

RGB

 RED value IS 206 (80.86% from 255) = 42.13%

 GREEN value IS 149 (58.59% from 255) = 30.47%

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 42.13%
G = 30.47%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE9586 (or 0xCE9586) is known color: Quicksand. HEX triplet: CE, 95 and 86. RGB value is (206,149,134). Sum of RGB (Red+Green+Blue) = 206+149+134=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9586 is #316A79. Grayscale: #A4A4A4. Windows color (decimal): -3238522 or 8820174. OLE color: 8820174.

HSL color Cylindrical-coordinate representation of color #CE9586: hue angle of 12.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9586 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 134 -
CMYK 0 0.28 0.35 0.19
HSL 12.5º 0.42% 0.67% -
HSV(B) 12.5º 0.35% 0.81% -
XYZ 40.5 36.34 27.43 -
YUV 164.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 206 149 134 0 0.28 0.35 0.19 12.5 0.42 0.67
Hex CE 95 86 0 1C 23 13 C 2A 43
Octal 316 225 206 0 34 43 23 14 52 103
Binary 11001110 10010101 10000110 0 11100 100011 10011 1100 101010 1000011

Color Harmonies of #CE9586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9586

Black with #CE9586

Text Example


Text Example

White with #CE9586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9586; }

 p { color: rgb(206,149,134); }

 H1.HeaderClassName
 {
   color: #CE9586;
 }
 .AnyTagClassName
 {
   color: #CE9586;
 }
</style>

background-color css

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

 a { background-color: rgb(206,149,134); }

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

border-color css

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

 span { border-color: rgb(206,149,134); }

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