Html Css Color HEX #CE988B Quicksand

📋 copy color: '#CE988B'

red 206 ◦ green 152 ◦ blue 139

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

Shades of Quicksand #CE988B

Tints of Quicksand #CE988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 41.45%
G = 30.58%
B = 27.97%

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

#CE988B (or 0xCE988B) is known color: Quicksand. HEX triplet: CE, 98 and 8B. RGB value is (206,152,139). Sum of RGB (Red+Green+Blue) = 206+152+139=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE988B is #316774. Grayscale: #A6A6A6. Windows color (decimal): -3237749 or 9148622. OLE color: 9148622.

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

Color convert

RGB 206 152 139 -
CMYK 0 0.26 0.33 0.19
HSL 11.64º 0.41% 0.68% -
HSV(B) 11.64º 0.33% 0.81% -
XYZ 41.34 37.44 29.47 -
YUV 166.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 206 152 139 0 0.26 0.33 0.19 11.64 0.41 0.68
Hex CE 98 8B 0 1A 21 13 C 29 44
Octal 316 230 213 0 32 41 23 14 51 104
Binary 11001110 10011000 10001011 0 11010 100001 10011 1100 101001 1000100

Color Harmonies of #CE988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE988B

Black with #CE988B

Text Example


Text Example

White with #CE988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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