Html Css Color HEX #C39275 Pale Taupe

📋 copy color: '#C39275'

red 195 ◦ green 146 ◦ blue 117

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

Shades of Pale Taupe #C39275

Tints of Pale Taupe #C39275

RGB

 RED value IS 195 (76.56% from 255) = 42.58%

 GREEN value IS 146 (57.42% from 255) = 31.88%

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

R = 42.58%
G = 31.88%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C39275 (or 0xC39275) is known color: Pale Taupe. HEX triplet: C3, 92 and 75. RGB value is (195,146,117). Sum of RGB (Red+Green+Blue) = 195+146+117=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C39275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39275 is #3C6D8A. Grayscale: #9D9D9D. Windows color (decimal): -3960203 or 7705283. OLE color: 7705283.

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

Color convert

RGB 195 146 117 -
CMYK 0 0.25 0.4 0.24
HSL 22.31º 0.39% 0.61% -
HSV(B) 22.31º 0.4% 0.76% -
XYZ 36 33.44 21.39 -
YUV 157.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 195 146 117 0 0.25 0.4 0.24 22.31 0.39 0.61
Hex C3 92 75 0 19 28 18 16 27 3D
Octal 303 222 165 0 31 50 30 26 47 75
Binary 11000011 10010010 1110101 0 11001 101000 11000 10110 100111 111101

Color Harmonies of #C39275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39275

Black with #C39275

Text Example


Text Example

White with #C39275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39275; }

 p { color: rgb(195,146,117); }

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

background-color css

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

 a { background-color: rgb(195,146,117); }

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

border-color css

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

 span { border-color: rgb(195,146,117); }

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