Html Css Color HEX #C09078 Pale Taupe

📋 copy color: '#C09078'

red 192 ◦ green 144 ◦ blue 120

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

Shades of Pale Taupe #C09078

Tints of Pale Taupe #C09078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 42.11%
G = 31.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C09078 (or 0xC09078) is known color: Pale Taupe. HEX triplet: C0, 90 and 78. RGB value is (192,144,120). Sum of RGB (Red+Green+Blue) = 192+144+120=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C09078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09078 is #3F6F87. Grayscale: #9B9B9B. Windows color (decimal): -4157320 or 7901376. OLE color: 7901376.

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

Color convert

RGB 192 144 120 -
CMYK 0 0.25 0.38 0.25
HSL 20º 0.36% 0.61% -
HSV(B) 20º 0.38% 0.75% -
XYZ 35.1 32.51 22.19 -
YUV 155.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 192 144 120 0 0.25 0.38 0.25 20 0.36 0.61
Hex C0 90 78 0 19 26 19 14 24 3D
Octal 300 220 170 0 31 46 31 24 44 75
Binary 11000000 10010000 1111000 0 11001 100110 11001 10100 100100 111101

Color Harmonies of #C09078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09078

Black with #C09078

Text Example


Text Example

White with #C09078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09078; }

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

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

background-color css

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

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

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

border-color css

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

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

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