Html Css Color HEX #C09E8C Quicksand

📋 copy color: '#C09E8C'

red 192 ◦ green 158 ◦ blue 140

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

Shades of Quicksand #C09E8C

Tints of Quicksand #C09E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 39.18%
G = 32.24%
B = 28.57%

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

#C09E8C (or 0xC09E8C) is known color: Quicksand. HEX triplet: C0, 9E and 8C. RGB value is (192,158,140). Sum of RGB (Red+Green+Blue) = 192+158+140=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E8C is #3F6173. Grayscale: #A6A6A6. Windows color (decimal): -4153716 or 9215680. OLE color: 9215680.

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

Color convert

RGB 192 158 140 -
CMYK 0 0.18 0.27 0.25
HSL 20.77º 0.29% 0.65% -
HSV(B) 20.77º 0.27% 0.75% -
XYZ 38.7 37.55 30.02 -
YUV 166.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 192 158 140 0 0.18 0.27 0.25 20.77 0.29 0.65
Hex C0 9E 8C 0 12 1B 19 15 1D 41
Octal 300 236 214 0 22 33 31 25 35 101
Binary 11000000 10011110 10001100 0 10010 11011 11001 10101 11101 1000001

Color Harmonies of #C09E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E8C

Black with #C09E8C

Text Example


Text Example

White with #C09E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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