Html Css Color HEX #CE9489 Quicksand

📋 copy color: '#CE9489'

red 206 ◦ green 148 ◦ blue 137

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

Shades of Quicksand #CE9489

Tints of Quicksand #CE9489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.9%

R = 41.96%
G = 30.14%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE9489 (or 0xCE9489) is known color: Quicksand. HEX triplet: CE, 94 and 89. RGB value is (206,148,137). Sum of RGB (Red+Green+Blue) = 206+148+137=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9489 is #316B76. Grayscale: #A4A4A4. Windows color (decimal): -3238775 or 9016526. OLE color: 9016526.

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

Color convert

RGB 206 148 137 -
CMYK 0 0.28 0.33 0.19
HSL 9.57º 0.41% 0.67% -
HSV(B) 9.57º 0.33% 0.81% -
XYZ 40.56 36.11 28.5 -
YUV 164.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 206 148 137 0 0.28 0.33 0.19 9.57 0.41 0.67
Hex CE 94 89 0 1C 21 13 A 29 43
Octal 316 224 211 0 34 41 23 12 51 103
Binary 11001110 10010100 10001001 0 11100 100001 10011 1010 101001 1000011

Color Harmonies of #CE9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9489

Black with #CE9489

Text Example


Text Example

White with #CE9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9489; }

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

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

background-color css

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

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

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

border-color css

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

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

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