Html Css Color HEX #C09174 Pale Taupe

📋 copy color: '#C09174'

red 192 ◦ green 145 ◦ blue 116

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

Shades of Pale Taupe #C09174

Tints of Pale Taupe #C09174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.01%

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

R = 42.38%
G = 32.01%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C09174 (or 0xC09174) is known color: Pale Taupe. HEX triplet: C0, 91 and 74. RGB value is (192,145,116). Sum of RGB (Red+Green+Blue) = 192+145+116=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C09174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09174 is #3F6E8B. Grayscale: #9B9B9B. Windows color (decimal): -4157068 or 7639488. OLE color: 7639488.

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

Color convert

RGB 192 145 116 -
CMYK 0 0.24 0.40 0.25
HSL 22.89º 0.38% 0.6% -
HSV(B) 22.89º 0.4% 0.75% -
XYZ 35.02 32.72 20.99 -
YUV 155.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 192 145 116 0 0.24 0.40 0.25 22.89 0.38 0.6
Hex C0 91 74 0 18 28 19 17 26 3C
Octal 300 221 164 0 30 50 31 27 46 74
Binary 11000000 10010001 1110100 0 11000 101000 11001 10111 100110 111100

Color Harmonies of #C09174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09174

Black with #C09174

Text Example


Text Example

White with #C09174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09174; }

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

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

background-color css

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

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

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

border-color css

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

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

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