Html Css Color HEX #C0967F Pale Taupe

📋 copy color: '#C0967F'

red 192 ◦ green 150 ◦ blue 127

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

Shades of Pale Taupe #C0967F

Tints of Pale Taupe #C0967F

RGB

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

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

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

R = 40.94%
G = 31.98%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0967F (or 0xC0967F) is known color: Pale Taupe. HEX triplet: C0, 96 and 7F. RGB value is (192,150,127). Sum of RGB (Red+Green+Blue) = 192+150+127=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0967F is #3F6980. Grayscale: #A0A0A0. Windows color (decimal): -4155777 or 8361664. OLE color: 8361664.

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

Color convert

RGB 192 150 127 -
CMYK 0 0.22 0.34 0.25
HSL 21.23º 0.34% 0.63% -
HSV(B) 21.23º 0.34% 0.75% -
XYZ 36.48 34.55 24.83 -
YUV 159.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 192 150 127 0 0.22 0.34 0.25 21.23 0.34 0.63
Hex C0 96 7F 0 16 22 19 15 22 3F
Octal 300 226 177 0 26 42 31 25 42 77
Binary 11000000 10010110 1111111 0 10110 100010 11001 10101 100010 111111

Color Harmonies of #C0967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0967F

Black with #C0967F

Text Example


Text Example

White with #C0967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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