Html Css Color HEX #CE9588 Quicksand

📋 copy color: '#CE9588'

red 206 ◦ green 149 ◦ blue 136

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

Shades of Quicksand #CE9588

Tints of Quicksand #CE9588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 41.96%
G = 30.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE9588 (or 0xCE9588) is known color: Quicksand. HEX triplet: CE, 95 and 88. RGB value is (206,149,136). Sum of RGB (Red+Green+Blue) = 206+149+136=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9588 is #316A77. Grayscale: #A4A4A4. Windows color (decimal): -3238520 or 8951246. OLE color: 8951246.

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

Color convert

RGB 206 149 136 -
CMYK 0 0.28 0.34 0.19
HSL 11.14º 0.42% 0.67% -
HSV(B) 11.14º 0.34% 0.81% -
XYZ 40.64 36.39 28.18 -
YUV 164.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 206 149 136 0 0.28 0.34 0.19 11.14 0.42 0.67
Hex CE 95 88 0 1C 22 13 B 2A 43
Octal 316 225 210 0 34 42 23 13 52 103
Binary 11001110 10010101 10001000 0 11100 100010 10011 1011 101010 1000011

Color Harmonies of #CE9588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9588

Black with #CE9588

Text Example


Text Example

White with #CE9588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9588; }

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

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

background-color css

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

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

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

border-color css

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

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

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