Html Css Color HEX #C0967C Pale Taupe

📋 copy color: '#C0967C'

red 192 ◦ green 150 ◦ blue 124

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

Shades of Pale Taupe #C0967C

Tints of Pale Taupe #C0967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 41.2%
G = 32.19%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0967C (or 0xC0967C) is known color: Pale Taupe. HEX triplet: C0, 96 and 7C. RGB value is (192,150,124). Sum of RGB (Red+Green+Blue) = 192+150+124=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0967C is #3F6983. Grayscale: #9F9F9F. Windows color (decimal): -4155780 or 8165056. OLE color: 8165056.

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

Color convert

RGB 192 150 124 -
CMYK 0 0.22 0.35 0.25
HSL 22.94º 0.35% 0.62% -
HSV(B) 22.94º 0.35% 0.75% -
XYZ 36.28 34.47 23.81 -
YUV 159.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 192 150 124 0 0.22 0.35 0.25 22.94 0.35 0.62
Hex C0 96 7C 0 16 23 19 17 23 3E
Octal 300 226 174 0 26 43 31 27 43 76
Binary 11000000 10010110 1111100 0 10110 100011 11001 10111 100011 111110

Color Harmonies of #C0967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0967C

Black with #C0967C

Text Example


Text Example

White with #C0967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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