Html Css Color HEX #C09774 Pale Taupe

📋 copy color: '#C09774'

red 192 ◦ green 151 ◦ blue 116

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

Shades of Pale Taupe #C09774

Tints of Pale Taupe #C09774

RGB

 RED value IS 192 (75.39% from 255) = 41.83%

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 41.83%
G = 32.9%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C09774 (or 0xC09774) is known color: Pale Taupe. HEX triplet: C0, 97 and 74. RGB value is (192,151,116). Sum of RGB (Red+Green+Blue) = 192+151+116=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C09774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09774 is #3F688B. Grayscale: #9F9F9F. Windows color (decimal): -4155532 or 7641024. OLE color: 7641024.

HSL color Cylindrical-coordinate representation of color #C09774: hue angle of 27.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09774 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 116 -
CMYK 0 0.21 0.40 0.25
HSL 27.63º 0.38% 0.6% -
HSV(B) 27.63º 0.4% 0.75% -
XYZ 35.96 34.6 21.31 -
YUV 159.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 192 151 116 0 0.21 0.40 0.25 27.63 0.38 0.6
Hex C0 97 74 0 15 28 19 1C 26 3C
Octal 300 227 164 0 25 50 31 34 46 74
Binary 11000000 10010111 1110100 0 10101 101000 11001 11100 100110 111100

Color Harmonies of #C09774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09774

Black with #C09774

Text Example


Text Example

White with #C09774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09774; }

 p { color: rgb(192,151,116); }

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

background-color css

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

 a { background-color: rgb(192,151,116); }

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

border-color css

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

 span { border-color: rgb(192,151,116); }

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