Html Css Color HEX #C6967D Pale Taupe

📋 copy color: '#C6967D'

red 198 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #C6967D

Tints of Pale Taupe #C6967D

RGB

 RED value IS 198 (77.73% from 255) = 41.86%

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

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 41.86%
G = 31.71%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6967D (or 0xC6967D) is known color: Pale Taupe. HEX triplet: C6, 96 and 7D. RGB value is (198,150,125). Sum of RGB (Red+Green+Blue) = 198+150+125=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6967D is #396982. Grayscale: #A1A1A1. Windows color (decimal): -3762563 or 8230598. OLE color: 8230598.

HSL color Cylindrical-coordinate representation of color #C6967D: hue angle of 20.55º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6967D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 125 -
CMYK 0 0.24 0.37 0.22
HSL 20.55º 0.39% 0.63% -
HSV(B) 20.55º 0.37% 0.78% -
XYZ 37.9 35.3 24.22 -
YUV 161.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 198 150 125 0 0.24 0.37 0.22 20.55 0.39 0.63
Hex C6 96 7D 0 18 25 16 15 27 3F
Octal 306 226 175 0 30 45 26 25 47 77
Binary 11000110 10010110 1111101 0 11000 100101 10110 10101 100111 111111

Color Harmonies of #C6967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6967D

Black with #C6967D

Text Example


Text Example

White with #C6967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6967D; }

 p { color: rgb(198,150,125); }

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

background-color css

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

 a { background-color: rgb(198,150,125); }

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

border-color css

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

 span { border-color: rgb(198,150,125); }

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