Html Css Color HEX #C2967D Pale Taupe

📋 copy color: '#C2967D'

red 194 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #C2967D

Tints of Pale Taupe #C2967D

RGB

 RED value IS 194 (76.17% from 255) = 41.36%

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

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

R = 41.36%
G = 31.98%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2967D (or 0xC2967D) is known color: Pale Taupe. HEX triplet: C2, 96 and 7D. RGB value is (194,150,125). Sum of RGB (Red+Green+Blue) = 194+150+125=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2967D is #3D6982. Grayscale: #A0A0A0. Windows color (decimal): -4024707 or 8230594. OLE color: 8230594.

HSL color Cylindrical-coordinate representation of color #C2967D: hue angle of 21.74º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2967D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 125 -
CMYK 0 0.23 0.36 0.24
HSL 21.74º 0.36% 0.63% -
HSV(B) 21.74º 0.36% 0.76% -
XYZ 36.86 34.76 24.17 -
YUV 160.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 194 150 125 0 0.23 0.36 0.24 21.74 0.36 0.63
Hex C2 96 7D 0 17 24 18 16 24 3F
Octal 302 226 175 0 27 44 30 26 44 77
Binary 11000010 10010110 1111101 0 10111 100100 11000 10110 100100 111111

Color Harmonies of #C2967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2967D

Black with #C2967D

Text Example


Text Example

White with #C2967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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