Html Css Color HEX #C09073 Pale Taupe

📋 copy color: '#C09073'

red 192 ◦ green 144 ◦ blue 115

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

Shades of Pale Taupe #C09073

Tints of Pale Taupe #C09073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 42.57%
G = 31.93%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C09073 (or 0xC09073) is known color: Pale Taupe. HEX triplet: C0, 90 and 73. RGB value is (192,144,115). Sum of RGB (Red+Green+Blue) = 192+144+115=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C09073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09073 is #3F6F8C. Grayscale: #9B9B9B. Windows color (decimal): -4157325 or 7573696. OLE color: 7573696.

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

Color convert

RGB 192 144 115 -
CMYK 0 0.25 0.40 0.25
HSL 22.6º 0.38% 0.6% -
HSV(B) 22.6º 0.4% 0.75% -
XYZ 34.81 32.39 20.64 -
YUV 155.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 192 144 115 0 0.25 0.40 0.25 22.6 0.38 0.6
Hex C0 90 73 0 19 28 19 17 26 3C
Octal 300 220 163 0 31 50 31 27 46 74
Binary 11000000 10010000 1110011 0 11001 101000 11001 10111 100110 111100

Color Harmonies of #C09073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09073

Black with #C09073

Text Example


Text Example

White with #C09073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09073; }

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

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

background-color css

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

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

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

border-color css

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

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

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