Html Css Color HEX #C2967F Pale Taupe

📋 copy color: '#C2967F'

red 194 ◦ green 150 ◦ blue 127

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

Shades of Pale Taupe #C2967F

Tints of Pale Taupe #C2967F

RGB

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

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

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

R = 41.19%
G = 31.85%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2967F (or 0xC2967F) is known color: Pale Taupe. HEX triplet: C2, 96 and 7F. RGB value is (194,150,127). Sum of RGB (Red+Green+Blue) = 194+150+127=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2967F is #3D6980. Grayscale: #A0A0A0. Windows color (decimal): -4024705 or 8361666. OLE color: 8361666.

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

Color convert

RGB 194 150 127 -
CMYK 0 0.23 0.35 0.24
HSL 20.6º 0.35% 0.63% -
HSV(B) 20.6º 0.35% 0.76% -
XYZ 36.99 34.81 24.85 -
YUV 160.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 194 150 127 0 0.23 0.35 0.24 20.6 0.35 0.63
Hex C2 96 7F 0 17 23 18 15 23 3F
Octal 302 226 177 0 27 43 30 25 43 77
Binary 11000010 10010110 1111111 0 10111 100011 11000 10101 100011 111111

Color Harmonies of #C2967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2967F

Black with #C2967F

Text Example


Text Example

White with #C2967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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