Html Css Color HEX #C29682 Quicksand

📋 copy color: '#C29682'

red 194 ◦ green 150 ◦ blue 130

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

Shades of Quicksand #C29682

Tints of Quicksand #C29682

RGB

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

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

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

R = 40.93%
G = 31.65%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C29682 (or 0xC29682) is known color: Quicksand. HEX triplet: C2, 96 and 82. RGB value is (194,150,130). Sum of RGB (Red+Green+Blue) = 194+150+130=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29682 is #3D697D. Grayscale: #A1A1A1. Windows color (decimal): -4024702 or 8558274. OLE color: 8558274.

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

Color convert

RGB 194 150 130 -
CMYK 0 0.23 0.33 0.24
HSL 18.75º 0.34% 0.64% -
HSV(B) 18.75º 0.33% 0.76% -
XYZ 37.18 34.89 25.89 -
YUV 160.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 194 150 130 0 0.23 0.33 0.24 18.75 0.34 0.64
Hex C2 96 82 0 17 21 18 13 22 40
Octal 302 226 202 0 27 41 30 23 42 100
Binary 11000010 10010110 10000010 0 10111 100001 11000 10011 100010 1000000

Color Harmonies of #C29682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29682

Black with #C29682

Text Example


Text Example

White with #C29682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29682; }

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

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

background-color css

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

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

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

border-color css

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

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

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