Html Css Color HEX #C29483 Quicksand

📋 copy color: '#C29483'

red 194 ◦ green 148 ◦ blue 131

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

Shades of Quicksand #C29483

Tints of Quicksand #C29483

RGB

 RED value IS 194 (76.17% from 255) = 41.01%

 GREEN value IS 148 (58.2% from 255) = 31.29%

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

R = 41.01%
G = 31.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C29483 (or 0xC29483) is known color: Quicksand. HEX triplet: C2, 94 and 83. RGB value is (194,148,131). Sum of RGB (Red+Green+Blue) = 194+148+131=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29483 is #3D6B7C. Grayscale: #9F9F9F. Windows color (decimal): -4025213 or 8623298. OLE color: 8623298.

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

Color convert

RGB 194 148 131 -
CMYK 0 0.24 0.32 0.24
HSL 16.19º 0.34% 0.64% -
HSV(B) 16.19º 0.32% 0.76% -
XYZ 36.93 34.29 26.14 -
YUV 159.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 194 148 131 0 0.24 0.32 0.24 16.19 0.34 0.64
Hex C2 94 83 0 18 20 18 10 22 40
Octal 302 224 203 0 30 40 30 20 42 100
Binary 11000010 10010100 10000011 0 11000 100000 11000 10000 100010 1000000

Color Harmonies of #C29483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29483

Black with #C29483

Text Example


Text Example

White with #C29483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29483; }

 p { color: rgb(194,148,131); }

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

background-color css

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

 a { background-color: rgb(194,148,131); }

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

border-color css

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

 span { border-color: rgb(194,148,131); }

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