Html Css Color HEX #CE958B Quicksand

📋 copy color: '#CE958B'

red 206 ◦ green 149 ◦ blue 139

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

Shades of Quicksand #CE958B

Tints of Quicksand #CE958B

RGB

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

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

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

R = 41.7%
G = 30.16%
B = 28.14%

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

#CE958B (or 0xCE958B) is known color: Quicksand. HEX triplet: CE, 95 and 8B. RGB value is (206,149,139). Sum of RGB (Red+Green+Blue) = 206+149+139=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958B is #316A74. Grayscale: #A4A4A4. Windows color (decimal): -3238517 or 9147854. OLE color: 9147854.

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

Color convert

RGB 206 149 139 -
CMYK 0 0.28 0.33 0.19
HSL 8.96º 0.41% 0.68% -
HSV(B) 8.96º 0.33% 0.81% -
XYZ 40.86 36.48 29.31 -
YUV 164.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 206 149 139 0 0.28 0.33 0.19 8.96 0.41 0.68
Hex CE 95 8B 0 1C 21 13 9 29 44
Octal 316 225 213 0 34 41 23 11 51 104
Binary 11001110 10010101 10001011 0 11100 100001 10011 1001 101001 1000100

Color Harmonies of #CE958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE958B

Black with #CE958B

Text Example


Text Example

White with #CE958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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