Html Css Color HEX #C29384 Quicksand

📋 copy color: '#C29384'

red 194 ◦ green 147 ◦ blue 132

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

Shades of Quicksand #C29384

Tints of Quicksand #C29384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.91%

R = 41.01%
G = 31.08%
B = 27.91%

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

#C29384 (or 0xC29384) is known color: Quicksand. HEX triplet: C2, 93 and 84. RGB value is (194,147,132). Sum of RGB (Red+Green+Blue) = 194+147+132=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29384 is #3D6C7B. Grayscale: #9F9F9F. Windows color (decimal): -4025468 or 8688578. OLE color: 8688578.

HSL color Cylindrical-coordinate representation of color #C29384: hue angle of 14.52º 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 #C29384 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 132 -
CMYK 0 0.24 0.32 0.24
HSL 14.52º 0.34% 0.64% -
HSV(B) 14.52º 0.32% 0.76% -
XYZ 36.85 34 26.45 -
YUV 159.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 194 147 132 0 0.24 0.32 0.24 14.52 0.34 0.64
Hex C2 93 84 0 18 20 18 F 22 40
Octal 302 223 204 0 30 40 30 17 42 100
Binary 11000010 10010011 10000100 0 11000 100000 11000 1111 100010 1000000

Color Harmonies of #C29384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29384

Black with #C29384

Text Example


Text Example

White with #C29384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29384; }

 p { color: rgb(194,147,132); }

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

background-color css

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

 a { background-color: rgb(194,147,132); }

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

border-color css

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

 span { border-color: rgb(194,147,132); }

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