Html Css Color HEX #CE968A Quicksand

📋 copy color: '#CE968A'

red 206 ◦ green 150 ◦ blue 138

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

Shades of Quicksand #CE968A

Tints of Quicksand #CE968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.36%

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

R = 41.7%
G = 30.36%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE968A (or 0xCE968A) is known color: Quicksand. HEX triplet: CE, 96 and 8A. RGB value is (206,150,138). Sum of RGB (Red+Green+Blue) = 206+150+138=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE968A is #316975. Grayscale: #A5A5A5. Windows color (decimal): -3238262 or 9082574. OLE color: 9082574.

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

Color convert

RGB 206 150 138 -
CMYK 0 0.27 0.33 0.19
HSL 10.59º 0.41% 0.67% -
HSV(B) 10.59º 0.33% 0.81% -
XYZ 40.95 36.77 28.98 -
YUV 165.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 206 150 138 0 0.27 0.33 0.19 10.59 0.41 0.67
Hex CE 96 8A 0 1B 21 13 B 29 43
Octal 316 226 212 0 33 41 23 13 51 103
Binary 11001110 10010110 10001010 0 11011 100001 10011 1011 101001 1000011

Color Harmonies of #CE968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE968A

Black with #CE968A

Text Example


Text Example

White with #CE968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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