Html Css Color HEX #CE9A88 Quicksand

📋 copy color: '#CE9A88'

red 206 ◦ green 154 ◦ blue 136

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

Shades of Quicksand #CE9A88

Tints of Quicksand #CE9A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 41.53%
G = 31.05%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CE9A88 (or 0xCE9A88) is known color: Quicksand. HEX triplet: CE, 9A and 88. RGB value is (206,154,136). Sum of RGB (Red+Green+Blue) = 206+154+136=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A88 is #316577. Grayscale: #A7A7A7. Windows color (decimal): -3237240 or 8952526. OLE color: 8952526.

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

Color convert

RGB 206 154 136 -
CMYK 0 0.25 0.34 0.19
HSL 15.43º 0.42% 0.67% -
HSV(B) 15.43º 0.34% 0.81% -
XYZ 41.45 38.01 28.44 -
YUV 167.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 206 154 136 0 0.25 0.34 0.19 15.43 0.42 0.67
Hex CE 9A 88 0 19 22 13 F 2A 43
Octal 316 232 210 0 31 42 23 17 52 103
Binary 11001110 10011010 10001000 0 11001 100010 10011 1111 101010 1000011

Color Harmonies of #CE9A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A88

Black with #CE9A88

Text Example


Text Example

White with #CE9A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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