Html Css Color HEX #C09C8F Quicksand

📋 copy color: '#C09C8F'

red 192 ◦ green 156 ◦ blue 143

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

Shades of Quicksand #C09C8F

Tints of Quicksand #C09C8F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 39.1%
G = 31.77%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C09C8F (or 0xC09C8F) is known color: Quicksand. HEX triplet: C0, 9C and 8F. RGB value is (192,156,143). Sum of RGB (Red+Green+Blue) = 192+156+143=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C8F is #3F6370. Grayscale: #A5A5A5. Windows color (decimal): -4154225 or 9411776. OLE color: 9411776.

HSL color Cylindrical-coordinate representation of color #C09C8F: hue angle of 15.92º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09C8F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 156 143 -
CMYK 0 0.19 0.26 0.25
HSL 15.92º 0.28% 0.66% -
HSV(B) 15.92º 0.26% 0.75% -
XYZ 38.58 36.97 31.09 -
YUV 165.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 192 156 143 0 0.19 0.26 0.25 15.92 0.28 0.66
Hex C0 9C 8F 0 13 1A 19 10 1C 42
Octal 300 234 217 0 23 32 31 20 34 102
Binary 11000000 10011100 10001111 0 10011 11010 11001 10000 11100 1000010

Color Harmonies of #C09C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C8F

Black with #C09C8F

Text Example


Text Example

White with #C09C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C8F; }

 p { color: rgb(192,156,143); }

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

background-color css

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

 a { background-color: rgb(192,156,143); }

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

border-color css

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

 span { border-color: rgb(192,156,143); }

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