Html Css Color HEX #C0977F Pale Taupe

📋 copy color: '#C0977F'

red 192 ◦ green 151 ◦ blue 127

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

Shades of Pale Taupe #C0977F

Tints of Pale Taupe #C0977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 40.85%
G = 32.13%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0977F (or 0xC0977F) is known color: Pale Taupe. HEX triplet: C0, 97 and 7F. RGB value is (192,151,127). Sum of RGB (Red+Green+Blue) = 192+151+127=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0977F is #3F6880. Grayscale: #A0A0A0. Windows color (decimal): -4155521 or 8361920. OLE color: 8361920.

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

Color convert

RGB 192 151 127 -
CMYK 0 0.21 0.34 0.25
HSL 22.15º 0.34% 0.63% -
HSV(B) 22.15º 0.34% 0.75% -
XYZ 36.64 34.87 24.88 -
YUV 160.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 192 151 127 0 0.21 0.34 0.25 22.15 0.34 0.63
Hex C0 97 7F 0 15 22 19 16 22 3F
Octal 300 227 177 0 25 42 31 26 42 77
Binary 11000000 10010111 1111111 0 10101 100010 11001 10110 100010 111111

Color Harmonies of #C0977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0977F

Black with #C0977F

Text Example


Text Example

White with #C0977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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