Html Css Color HEX #C29B96 Quicksand

📋 copy color: '#C29B96'

red 194 ◦ green 155 ◦ blue 150

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

Shades of Quicksand #C29B96

Tints of Quicksand #C29B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.06%

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 38.88%
G = 31.06%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29B96 (or 0xC29B96) is known color: Quicksand. HEX triplet: C2, 9B and 96. RGB value is (194,155,150). Sum of RGB (Red+Green+Blue) = 194+155+150=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B96 is #3D6469. Grayscale: #A6A6A6. Windows color (decimal): -4023402 or 9870274. OLE color: 9870274.

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

Color convert

RGB 194 155 150 -
CMYK 0 0.20 0.23 0.24
HSL 6.82º 0.27% 0.67% -
HSV(B) 6.82º 0.23% 0.76% -
XYZ 39.47 37.11 33.94 -
YUV 166.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 194 155 150 0 0.20 0.23 0.24 6.82 0.27 0.67
Hex C2 9B 96 0 14 17 18 7 1B 43
Octal 302 233 226 0 24 27 30 7 33 103
Binary 11000010 10011011 10010110 0 10100 10111 11000 111 11011 1000011

Color Harmonies of #C29B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B96

Black with #C29B96

Text Example


Text Example

White with #C29B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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