Html Css Color HEX #C09E8D Quicksand

📋 copy color: '#C09E8D'

red 192 ◦ green 158 ◦ blue 141

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

Shades of Quicksand #C09E8D

Tints of Quicksand #C09E8D

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 39.1%
G = 32.18%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C09E8D (or 0xC09E8D) is known color: Quicksand. HEX triplet: C0, 9E and 8D. RGB value is (192,158,141). Sum of RGB (Red+Green+Blue) = 192+158+141=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E8D is #3F6172. Grayscale: #A6A6A6. Windows color (decimal): -4153715 or 9281216. OLE color: 9281216.

HSL color Cylindrical-coordinate representation of color #C09E8D: hue angle of 20º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09E8D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 158 141 -
CMYK 0 0.18 0.27 0.25
HSL 20º 0.29% 0.65% -
HSV(B) 20º 0.27% 0.75% -
XYZ 38.77 37.58 30.41 -
YUV 166.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 192 158 141 0 0.18 0.27 0.25 20 0.29 0.65
Hex C0 9E 8D 0 12 1B 19 14 1D 41
Octal 300 236 215 0 22 33 31 24 35 101
Binary 11000000 10011110 10001101 0 10010 11011 11001 10100 11101 1000001

Color Harmonies of #C09E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E8D

Black with #C09E8D

Text Example


Text Example

White with #C09E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E8D; }

 p { color: rgb(192,158,141); }

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

background-color css

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

 a { background-color: rgb(192,158,141); }

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

border-color css

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

 span { border-color: rgb(192,158,141); }

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