Html Css Color HEX #C09674 Pale Taupe

📋 copy color: '#C09674'

red 192 ◦ green 150 ◦ blue 116

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

Shades of Pale Taupe #C09674

Tints of Pale Taupe #C09674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.75%

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

R = 41.92%
G = 32.75%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C09674 (or 0xC09674) is known color: Pale Taupe. HEX triplet: C0, 96 and 74. RGB value is (192,150,116). Sum of RGB (Red+Green+Blue) = 192+150+116=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C09674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09674 is #3F698B. Grayscale: #9E9E9E. Windows color (decimal): -4155788 or 7640768. OLE color: 7640768.

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

Color convert

RGB 192 150 116 -
CMYK 0 0.22 0.40 0.25
HSL 26.84º 0.38% 0.6% -
HSV(B) 26.84º 0.4% 0.75% -
XYZ 35.8 34.28 21.25 -
YUV 158.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 192 150 116 0 0.22 0.40 0.25 26.84 0.38 0.6
Hex C0 96 74 0 16 28 19 1B 26 3C
Octal 300 226 164 0 26 50 31 33 46 74
Binary 11000000 10010110 1110100 0 10110 101000 11001 11011 100110 111100

Color Harmonies of #C09674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09674

Black with #C09674

Text Example


Text Example

White with #C09674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09674; }

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

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

background-color css

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

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

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

border-color css

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

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

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