Html Css Color HEX #CE9584 Quicksand

📋 copy color: '#CE9584'

red 206 ◦ green 149 ◦ blue 132

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

Shades of Quicksand #CE9584

Tints of Quicksand #CE9584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 42.3%
G = 30.6%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE9584 (or 0xCE9584) is known color: Quicksand. HEX triplet: CE, 95 and 84. RGB value is (206,149,132). Sum of RGB (Red+Green+Blue) = 206+149+132=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9584 is #316A7B. Grayscale: #A4A4A4. Windows color (decimal): -3238524 or 8689102. OLE color: 8689102.

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

Color convert

RGB 206 149 132 -
CMYK 0 0.28 0.36 0.19
HSL 13.78º 0.43% 0.66% -
HSV(B) 13.78º 0.36% 0.81% -
XYZ 40.37 36.28 26.71 -
YUV 164.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 206 149 132 0 0.28 0.36 0.19 13.78 0.43 0.66
Hex CE 95 84 0 1C 24 13 E 2B 42
Octal 316 225 204 0 34 44 23 16 53 102
Binary 11001110 10010101 10000100 0 11100 100100 10011 1110 101011 1000010

Color Harmonies of #CE9584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9584

Black with #CE9584

Text Example


Text Example

White with #CE9584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9584; }

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

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

background-color css

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

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

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

border-color css

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

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

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