Html Css Color HEX #CE9484 Quicksand

📋 copy color: '#CE9484'

red 206 ◦ green 148 ◦ blue 132

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

Shades of Quicksand #CE9484

Tints of Quicksand #CE9484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

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

R = 42.39%
G = 30.45%
B = 27.16%

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

#CE9484 (or 0xCE9484) is known color: Quicksand. HEX triplet: CE, 94 and 84. RGB value is (206,148,132). Sum of RGB (Red+Green+Blue) = 206+148+132=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9484 is #316B7B. Grayscale: #A3A3A3. Windows color (decimal): -3238780 or 8688846. OLE color: 8688846.

HSL color Cylindrical-coordinate representation of color #CE9484: hue angle of 12.97º 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 #CE9484 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 132 -
CMYK 0 0.28 0.36 0.19
HSL 12.97º 0.43% 0.66% -
HSV(B) 12.97º 0.36% 0.81% -
XYZ 40.21 35.97 26.65 -
YUV 163.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 206 148 132 0 0.28 0.36 0.19 12.97 0.43 0.66
Hex CE 94 84 0 1C 24 13 D 2B 42
Octal 316 224 204 0 34 44 23 15 53 102
Binary 11001110 10010100 10000100 0 11100 100100 10011 1101 101011 1000010

Color Harmonies of #CE9484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9484

Black with #CE9484

Text Example


Text Example

White with #CE9484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9484; }

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

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

background-color css

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

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

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

border-color css

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

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

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