Html Css Color HEX #C09478 Pale Taupe

📋 copy color: '#C09478'

red 192 ◦ green 148 ◦ blue 120

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

Shades of Pale Taupe #C09478

Tints of Pale Taupe #C09478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 41.74%
G = 32.17%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C09478 (or 0xC09478) is known color: Pale Taupe. HEX triplet: C0, 94 and 78. RGB value is (192,148,120). Sum of RGB (Red+Green+Blue) = 192+148+120=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C09478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09478 is #3F6B87. Grayscale: #9E9E9E. Windows color (decimal): -4156296 or 7902400. OLE color: 7902400.

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

Color convert

RGB 192 148 120 -
CMYK 0 0.23 0.38 0.25
HSL 23.33º 0.36% 0.61% -
HSV(B) 23.33º 0.38% 0.75% -
XYZ 35.72 33.74 22.4 -
YUV 157.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 192 148 120 0 0.23 0.38 0.25 23.33 0.36 0.61
Hex C0 94 78 0 17 26 19 17 24 3D
Octal 300 224 170 0 27 46 31 27 44 75
Binary 11000000 10010100 1111000 0 10111 100110 11001 10111 100100 111101

Color Harmonies of #C09478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09478

Black with #C09478

Text Example


Text Example

White with #C09478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09478; }

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

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

background-color css

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

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

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

border-color css

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

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

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