Html Css Color HEX #C09382 Quicksand

📋 copy color: '#C09382'

red 192 ◦ green 147 ◦ blue 130

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

Shades of Quicksand #C09382

Tints of Quicksand #C09382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.72%

R = 40.94%
G = 31.34%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C09382 (or 0xC09382) is known color: Quicksand. HEX triplet: C0, 93 and 82. RGB value is (192,147,130). Sum of RGB (Red+Green+Blue) = 192+147+130=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09382 is #3F6C7D. Grayscale: #9E9E9E. Windows color (decimal): -4156542 or 8557504. OLE color: 8557504.

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

Color convert

RGB 192 147 130 -
CMYK 0 0.23 0.32 0.25
HSL 16.45º 0.33% 0.63% -
HSV(B) 16.45º 0.32% 0.75% -
XYZ 36.2 33.69 25.71 -
YUV 158.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 192 147 130 0 0.23 0.32 0.25 16.45 0.33 0.63
Hex C0 93 82 0 17 20 19 10 21 3F
Octal 300 223 202 0 27 40 31 20 41 77
Binary 11000000 10010011 10000010 0 10111 100000 11001 10000 100001 111111

Color Harmonies of #C09382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09382

Black with #C09382

Text Example


Text Example

White with #C09382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09382; }

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

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

background-color css

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

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

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

border-color css

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

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

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