Html Css Color HEX #C29475 Pale Taupe

📋 copy color: '#C29475'

red 194 ◦ green 148 ◦ blue 117

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

Shades of Pale Taupe #C29475

Tints of Pale Taupe #C29475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 42.27%
G = 32.24%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C29475 (or 0xC29475) is known color: Pale Taupe. HEX triplet: C2, 94 and 75. RGB value is (194,148,117). Sum of RGB (Red+Green+Blue) = 194+148+117=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C29475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29475 is #3D6B8A. Grayscale: #9E9E9E. Windows color (decimal): -4025227 or 7705794. OLE color: 7705794.

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

Color convert

RGB 194 148 117 -
CMYK 0 0.24 0.40 0.24
HSL 24.16º 0.39% 0.61% -
HSV(B) 24.16º 0.4% 0.76% -
XYZ 36.05 33.93 21.48 -
YUV 158.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 194 148 117 0 0.24 0.40 0.24 24.16 0.39 0.61
Hex C2 94 75 0 18 28 18 18 27 3D
Octal 302 224 165 0 30 50 30 30 47 75
Binary 11000010 10010100 1110101 0 11000 101000 11000 11000 100111 111101

Color Harmonies of #C29475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29475

Black with #C29475

Text Example


Text Example

White with #C29475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29475; }

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

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

background-color css

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

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

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

border-color css

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

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

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