Html Css Color HEX #C49682 Quicksand

📋 copy color: '#C49682'

red 196 ◦ green 150 ◦ blue 130

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

Shades of Quicksand #C49682

Tints of Quicksand #C49682

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 41.18%
G = 31.51%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C49682 (or 0xC49682) is known color: Quicksand. HEX triplet: C4, 96 and 82. RGB value is (196,150,130). Sum of RGB (Red+Green+Blue) = 196+150+130=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49682 is #3B697D. Grayscale: #A1A1A1. Windows color (decimal): -3893630 or 8558276. OLE color: 8558276.

HSL color Cylindrical-coordinate representation of color #C49682: hue angle of 18.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49682 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 130 -
CMYK 0 0.23 0.34 0.23
HSL 18.18º 0.36% 0.64% -
HSV(B) 18.18º 0.34% 0.77% -
XYZ 37.7 35.16 25.92 -
YUV 161.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 196 150 130 0 0.23 0.34 0.23 18.18 0.36 0.64
Hex C4 96 82 0 17 22 17 12 24 40
Octal 304 226 202 0 27 42 27 22 44 100
Binary 11000100 10010110 10000010 0 10111 100010 10111 10010 100100 1000000

Color Harmonies of #C49682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49682

Black with #C49682

Text Example


Text Example

White with #C49682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49682; }

 p { color: rgb(196,150,130); }

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

background-color css

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

 a { background-color: rgb(196,150,130); }

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

border-color css

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

 span { border-color: rgb(196,150,130); }

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