Html Css Color HEX #C09072 Pale Taupe

📋 copy color: '#C09072'

red 192 ◦ green 144 ◦ blue 114

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

Shades of Pale Taupe #C09072

Tints of Pale Taupe #C09072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 42.67%
G = 32%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C09072 (or 0xC09072) is known color: Pale Taupe. HEX triplet: C0, 90 and 72. RGB value is (192,144,114). Sum of RGB (Red+Green+Blue) = 192+144+114=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C09072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09072 is #3F6F8D. Grayscale: #9B9B9B. Windows color (decimal): -4157326 or 7508160. OLE color: 7508160.

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

Color convert

RGB 192 144 114 -
CMYK 0 0.25 0.41 0.25
HSL 23.08º 0.38% 0.6% -
HSV(B) 23.08º 0.41% 0.75% -
XYZ 34.75 32.37 20.34 -
YUV 154.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 192 144 114 0 0.25 0.41 0.25 23.08 0.38 0.6
Hex C0 90 72 0 19 29 19 17 26 3C
Octal 300 220 162 0 31 51 31 27 46 74
Binary 11000000 10010000 1110010 0 11001 101001 11001 10111 100110 111100

Color Harmonies of #C09072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09072

Black with #C09072

Text Example


Text Example

White with #C09072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09072; }

 p { color: rgb(192,144,114); }

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

background-color css

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

 a { background-color: rgb(192,144,114); }

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

border-color css

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

 span { border-color: rgb(192,144,114); }

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