Html Css Color HEX #C49792 Quicksand

📋 copy color: '#C49792'

red 196 ◦ green 151 ◦ blue 146

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

Shades of Quicksand #C49792

Tints of Quicksand #C49792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.63%

 BLUE value IS 146 (57.42% from 255) = 29.61%

R = 39.76%
G = 30.63%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C49792 (or 0xC49792) is known color: Quicksand. HEX triplet: C4, 97 and 92. RGB value is (196,151,146). Sum of RGB (Red+Green+Blue) = 196+151+146=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49792 is #3B686D. Grayscale: #A3A3A3. Windows color (decimal): -3893358 or 9607108. OLE color: 9607108.

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

Color convert

RGB 196 151 146 -
CMYK 0 0.23 0.26 0.23
HSL 0.3% 0.67% -
HSV(B) 0.26% 0.77% -
XYZ 39.02 35.94 32.08 -
YUV 163.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 196 151 146 0 0.23 0.26 0.23 6 0.3 0.67
Hex C4 97 92 0 17 1A 17 6 1E 43
Octal 304 227 222 0 27 32 27 6 36 103
Binary 11000100 10010111 10010010 0 10111 11010 10111 110 11110 1000011

Color Harmonies of #C49792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49792

Black with #C49792

Text Example


Text Example

White with #C49792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49792; }

 p { color: rgb(196,151,146); }

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

background-color css

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

 a { background-color: rgb(196,151,146); }

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

border-color css

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

 span { border-color: rgb(196,151,146); }

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