Html Css Color HEX #C0977A Pale Taupe

📋 copy color: '#C0977A'

red 192 ◦ green 151 ◦ blue 122

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

Shades of Pale Taupe #C0977A

Tints of Pale Taupe #C0977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.47%

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 41.29%
G = 32.47%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0977A (or 0xC0977A) is known color: Pale Taupe. HEX triplet: C0, 97 and 7A. RGB value is (192,151,122). Sum of RGB (Red+Green+Blue) = 192+151+122=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0977A is #3F6885. Grayscale: #A0A0A0. Windows color (decimal): -4155526 or 8034240. OLE color: 8034240.

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

Color convert

RGB 192 151 122 -
CMYK 0 0.21 0.36 0.25
HSL 24.86º 0.36% 0.62% -
HSV(B) 24.86º 0.36% 0.75% -
XYZ 36.32 34.74 23.2 -
YUV 159.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 192 151 122 0 0.21 0.36 0.25 24.86 0.36 0.62
Hex C0 97 7A 0 15 24 19 19 24 3E
Octal 300 227 172 0 25 44 31 31 44 76
Binary 11000000 10010111 1111010 0 10101 100100 11001 11001 100100 111110

Color Harmonies of #C0977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0977A

Black with #C0977A

Text Example


Text Example

White with #C0977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0977A; }

 p { color: rgb(192,151,122); }

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

background-color css

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

 a { background-color: rgb(192,151,122); }

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

border-color css

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

 span { border-color: rgb(192,151,122); }

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