Html Css Color HEX #C29893 Quicksand

📋 copy color: '#C29893'

red 194 ◦ green 152 ◦ blue 147

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

Shades of Quicksand #C29893

Tints of Quicksand #C29893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 39.35%
G = 30.83%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29893 (or 0xC29893) is known color: Quicksand. HEX triplet: C2, 98 and 93. RGB value is (194,152,147). Sum of RGB (Red+Green+Blue) = 194+152+147=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29893 is #3D676C. Grayscale: #A4A4A4. Windows color (decimal): -4024173 or 9672898. OLE color: 9672898.

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

Color convert

RGB 194 152 147 -
CMYK 0 0.22 0.24 0.24
HSL 6.38º 0.28% 0.67% -
HSV(B) 6.38º 0.24% 0.76% -
XYZ 38.74 36.03 32.52 -
YUV 163.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 194 152 147 0 0.22 0.24 0.24 6.38 0.28 0.67
Hex C2 98 93 0 16 18 18 6 1C 43
Octal 302 230 223 0 26 30 30 6 34 103
Binary 11000010 10011000 10010011 0 10110 11000 11000 110 11100 1000011

Color Harmonies of #C29893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29893

Black with #C29893

Text Example


Text Example

White with #C29893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29893; }

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

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

background-color css

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

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

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

border-color css

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

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

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