Html Css Color HEX #CE988A Quicksand

📋 copy color: '#CE988A'

red 206 ◦ green 152 ◦ blue 138

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

Shades of Quicksand #CE988A

Tints of Quicksand #CE988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 41.53%
G = 30.65%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE988A (or 0xCE988A) is known color: Quicksand. HEX triplet: CE, 98 and 8A. RGB value is (206,152,138). Sum of RGB (Red+Green+Blue) = 206+152+138=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE988A is #316775. Grayscale: #A6A6A6. Windows color (decimal): -3237750 or 9083086. OLE color: 9083086.

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

Color convert

RGB 206 152 138 -
CMYK 0 0.26 0.33 0.19
HSL 12.35º 0.41% 0.67% -
HSV(B) 12.35º 0.33% 0.81% -
XYZ 41.27 37.41 29.09 -
YUV 166.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 206 152 138 0 0.26 0.33 0.19 12.35 0.41 0.67
Hex CE 98 8A 0 1A 21 13 C 29 43
Octal 316 230 212 0 32 41 23 14 51 103
Binary 11001110 10011000 10001010 0 11010 100001 10011 1100 101001 1000011

Color Harmonies of #CE988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE988A

Black with #CE988A

Text Example


Text Example

White with #CE988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE988A; }

 p { color: rgb(206,152,138); }

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

background-color css

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

 a { background-color: rgb(206,152,138); }

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

border-color css

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

 span { border-color: rgb(206,152,138); }

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