Html Css Color HEX #C0997C Pale Taupe

📋 copy color: '#C0997C'

red 192 ◦ green 153 ◦ blue 124

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

Shades of Pale Taupe #C0997C

Tints of Pale Taupe #C0997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 40.94%
G = 32.62%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0997C (or 0xC0997C) is known color: Pale Taupe. HEX triplet: C0, 99 and 7C. RGB value is (192,153,124). Sum of RGB (Red+Green+Blue) = 192+153+124=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0997C is #3F6683. Grayscale: #A1A1A1. Windows color (decimal): -4155012 or 8165824. OLE color: 8165824.

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

Color convert

RGB 192 153 124 -
CMYK 0 0.20 0.35 0.25
HSL 25.59º 0.35% 0.62% -
HSV(B) 25.59º 0.35% 0.75% -
XYZ 36.77 35.44 23.97 -
YUV 161.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 192 153 124 0 0.20 0.35 0.25 25.59 0.35 0.62
Hex C0 99 7C 0 14 23 19 1A 23 3E
Octal 300 231 174 0 24 43 31 32 43 76
Binary 11000000 10011001 1111100 0 10100 100011 11001 11010 100011 111110

Color Harmonies of #C0997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0997C

Black with #C0997C

Text Example


Text Example

White with #C0997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0997C; }

 p { color: rgb(192,153,124); }

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

background-color css

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

 a { background-color: rgb(192,153,124); }

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

border-color css

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

 span { border-color: rgb(192,153,124); }

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