Html Css Color HEX #C29975 Pale Taupe

📋 copy color: '#C29975'

red 194 ◦ green 153 ◦ blue 117

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

Shades of Pale Taupe #C29975

Tints of Pale Taupe #C29975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 41.81%
G = 32.97%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C29975 (or 0xC29975) is known color: Pale Taupe. HEX triplet: C2, 99 and 75. RGB value is (194,153,117). Sum of RGB (Red+Green+Blue) = 194+153+117=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29975 is #3D668A. Grayscale: #A1A1A1. Windows color (decimal): -4023947 or 7707074. OLE color: 7707074.

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

Color convert

RGB 194 153 117 -
CMYK 0 0.21 0.40 0.24
HSL 28.05º 0.39% 0.61% -
HSV(B) 28.05º 0.4% 0.76% -
XYZ 36.85 35.54 21.75 -
YUV 161.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 194 153 117 0 0.21 0.40 0.24 28.05 0.39 0.61
Hex C2 99 75 0 15 28 18 1C 27 3D
Octal 302 231 165 0 25 50 30 34 47 75
Binary 11000010 10011001 1110101 0 10101 101000 11000 11100 100111 111101

Color Harmonies of #C29975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29975

Black with #C29975

Text Example


Text Example

White with #C29975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29975; }

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

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

background-color css

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

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

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

border-color css

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

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

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