Html Css Color HEX #CE958A Quicksand

📋 copy color: '#CE958A'

red 206 ◦ green 149 ◦ blue 138

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

Shades of Quicksand #CE958A

Tints of Quicksand #CE958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 41.78%
G = 30.22%
B = 27.99%

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

#CE958A (or 0xCE958A) is known color: Quicksand. HEX triplet: CE, 95 and 8A. RGB value is (206,149,138). Sum of RGB (Red+Green+Blue) = 206+149+138=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE958A is #316A75. Grayscale: #A4A4A4. Windows color (decimal): -3238518 or 9082318. OLE color: 9082318.

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

Color convert

RGB 206 149 138 -
CMYK 0 0.28 0.33 0.19
HSL 9.71º 0.41% 0.67% -
HSV(B) 9.71º 0.33% 0.81% -
XYZ 40.79 36.45 28.93 -
YUV 164.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 206 149 138 0 0.28 0.33 0.19 9.71 0.41 0.67
Hex CE 95 8A 0 1C 21 13 A 29 43
Octal 316 225 212 0 34 41 23 12 51 103
Binary 11001110 10010101 10001010 0 11100 100001 10011 1010 101001 1000011

Color Harmonies of #CE958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE958A

Black with #CE958A

Text Example


Text Example

White with #CE958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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