Html Css Color HEX #C49883 Quicksand

📋 copy color: '#C49883'

red 196 ◦ green 152 ◦ blue 131

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

Shades of Quicksand #C49883

Tints of Quicksand #C49883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 131 (51.56% from 255) = 27.35%

R = 40.92%
G = 31.73%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C49883 (or 0xC49883) is known color: Quicksand. HEX triplet: C4, 98 and 83. RGB value is (196,152,131). Sum of RGB (Red+Green+Blue) = 196+152+131=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49883 is #3B677C. Grayscale: #A2A2A2. Windows color (decimal): -3893117 or 8624324. OLE color: 8624324.

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

Color convert

RGB 196 152 131 -
CMYK 0 0.22 0.33 0.23
HSL 19.38º 0.36% 0.64% -
HSV(B) 19.38º 0.33% 0.77% -
XYZ 38.09 35.83 26.38 -
YUV 162.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 196 152 131 0 0.22 0.33 0.23 19.38 0.36 0.64
Hex C4 98 83 0 16 21 17 13 24 40
Octal 304 230 203 0 26 41 27 23 44 100
Binary 11000100 10011000 10000011 0 10110 100001 10111 10011 100100 1000000

Color Harmonies of #C49883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49883

Black with #C49883

Text Example


Text Example

White with #C49883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49883; }

 p { color: rgb(196,152,131); }

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

background-color css

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

 a { background-color: rgb(196,152,131); }

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

border-color css

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

 span { border-color: rgb(196,152,131); }

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