Html Css Color HEX #C29478 Pale Taupe

📋 copy color: '#C29478'

red 194 ◦ green 148 ◦ blue 120

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

Shades of Pale Taupe #C29478

Tints of Pale Taupe #C29478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 41.99%
G = 32.03%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C29478 (or 0xC29478) is known color: Pale Taupe. HEX triplet: C2, 94 and 78. RGB value is (194,148,120). Sum of RGB (Red+Green+Blue) = 194+148+120=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29478 is #3D6B87. Grayscale: #9E9E9E. Windows color (decimal): -4025224 or 7902402. OLE color: 7902402.

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

Color convert

RGB 194 148 120 -
CMYK 0 0.24 0.38 0.24
HSL 22.7º 0.38% 0.62% -
HSV(B) 22.7º 0.38% 0.76% -
XYZ 36.23 34.01 22.42 -
YUV 158.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 194 148 120 0 0.24 0.38 0.24 22.7 0.38 0.62
Hex C2 94 78 0 18 26 18 17 26 3E
Octal 302 224 170 0 30 46 30 27 46 76
Binary 11000010 10010100 1111000 0 11000 100110 11000 10111 100110 111110

Color Harmonies of #C29478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29478

Black with #C29478

Text Example


Text Example

White with #C29478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29478; }

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

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

background-color css

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

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

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

border-color css

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

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

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