Html Css Color HEX #C29375 Pale Taupe

📋 copy color: '#C29375'

red 194 ◦ green 147 ◦ blue 117

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

Shades of Pale Taupe #C29375

Tints of Pale Taupe #C29375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

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

R = 42.36%
G = 32.1%
B = 25.55%

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

#C29375 (or 0xC29375) is known color: Pale Taupe. HEX triplet: C2, 93 and 75. RGB value is (194,147,117). Sum of RGB (Red+Green+Blue) = 194+147+117=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C29375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29375 is #3D6C8A. Grayscale: #9D9D9D. Windows color (decimal): -4025483 or 7705538. OLE color: 7705538.

HSL color Cylindrical-coordinate representation of color #C29375: hue angle of 23.38º 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 #C29375 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 117 -
CMYK 0 0.24 0.40 0.24
HSL 23.38º 0.39% 0.61% -
HSV(B) 23.38º 0.4% 0.76% -
XYZ 35.89 33.62 21.43 -
YUV 157.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 194 147 117 0 0.24 0.40 0.24 23.38 0.39 0.61
Hex C2 93 75 0 18 28 18 17 27 3D
Octal 302 223 165 0 30 50 30 27 47 75
Binary 11000010 10010011 1110101 0 11000 101000 11000 10111 100111 111101

Color Harmonies of #C29375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29375

Black with #C29375

Text Example


Text Example

White with #C29375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29375; }

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

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

background-color css

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

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

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

border-color css

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

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

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