Html Css Color HEX #C09278 Pale Taupe

📋 copy color: '#C09278'

red 192 ◦ green 146 ◦ blue 120

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

Shades of Pale Taupe #C09278

Tints of Pale Taupe #C09278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

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

R = 41.92%
G = 31.88%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C09278 (or 0xC09278) is known color: Pale Taupe. HEX triplet: C0, 92 and 78. RGB value is (192,146,120). Sum of RGB (Red+Green+Blue) = 192+146+120=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C09278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09278 is #3F6D87. Grayscale: #9C9C9C. Windows color (decimal): -4156808 or 7901888. OLE color: 7901888.

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

Color convert

RGB 192 146 120 -
CMYK 0 0.24 0.38 0.25
HSL 21.67º 0.36% 0.61% -
HSV(B) 21.67º 0.38% 0.75% -
XYZ 35.41 33.12 22.3 -
YUV 156.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 192 146 120 0 0.24 0.38 0.25 21.67 0.36 0.61
Hex C0 92 78 0 18 26 19 16 24 3D
Octal 300 222 170 0 30 46 31 26 44 75
Binary 11000000 10010010 1111000 0 11000 100110 11001 10110 100100 111101

Color Harmonies of #C09278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09278

Black with #C09278

Text Example


Text Example

White with #C09278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09278; }

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

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

background-color css

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

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

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

border-color css

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

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

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