Html Css Color HEX #C09388 Quicksand

📋 copy color: '#C09388'

red 192 ◦ green 147 ◦ blue 136

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

Shades of Quicksand #C09388

Tints of Quicksand #C09388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 40.42%
G = 30.95%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C09388 (or 0xC09388) is known color: Quicksand. HEX triplet: C0, 93 and 88. RGB value is (192,147,136). Sum of RGB (Red+Green+Blue) = 192+147+136=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C09388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09388 is #3F6C77. Grayscale: #9F9F9F. Windows color (decimal): -4156536 or 8950720. OLE color: 8950720.

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

Color convert

RGB 192 147 136 -
CMYK 0 0.23 0.29 0.25
HSL 11.79º 0.31% 0.64% -
HSV(B) 11.79º 0.29% 0.75% -
XYZ 36.62 33.85 27.9 -
YUV 159.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 192 147 136 0 0.23 0.29 0.25 11.79 0.31 0.64
Hex C0 93 88 0 17 1D 19 C 1F 40
Octal 300 223 210 0 27 35 31 14 37 100
Binary 11000000 10010011 10001000 0 10111 11101 11001 1100 11111 1000000

Color Harmonies of #C09388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09388

Black with #C09388

Text Example


Text Example

White with #C09388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09388; }

 p { color: rgb(192,147,136); }

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

background-color css

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

 a { background-color: rgb(192,147,136); }

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

border-color css

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

 span { border-color: rgb(192,147,136); }

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