Html Css Color HEX #C39875 Pale Taupe

📋 copy color: '#C39875'

red 195 ◦ green 152 ◦ blue 117

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

Shades of Pale Taupe #C39875

Tints of Pale Taupe #C39875

RGB

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

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

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

R = 42.03%
G = 32.76%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C39875 (or 0xC39875) is known color: Pale Taupe. HEX triplet: C3, 98 and 75. RGB value is (195,152,117). Sum of RGB (Red+Green+Blue) = 195+152+117=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C39875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39875 is #3C678A. Grayscale: #A1A1A1. Windows color (decimal): -3958667 or 7706819. OLE color: 7706819.

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

Color convert

RGB 195 152 117 -
CMYK 0 0.22 0.4 0.24
HSL 26.92º 0.39% 0.61% -
HSV(B) 26.92º 0.4% 0.76% -
XYZ 36.94 35.34 21.7 -
YUV 160.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 195 152 117 0 0.22 0.4 0.24 26.92 0.39 0.61
Hex C3 98 75 0 16 28 18 1B 27 3D
Octal 303 230 165 0 26 50 30 33 47 75
Binary 11000011 10011000 1110101 0 10110 101000 11000 11011 100111 111101

Color Harmonies of #C39875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39875

Black with #C39875

Text Example


Text Example

White with #C39875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39875; }

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

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

background-color css

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

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

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

border-color css

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

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

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