Html Css Color HEX #C2967C Pale Taupe

📋 copy color: '#C2967C'

red 194 ◦ green 150 ◦ blue 124

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

Shades of Pale Taupe #C2967C

Tints of Pale Taupe #C2967C

RGB

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

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

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

R = 41.45%
G = 32.05%
B = 26.5%

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

#C2967C (or 0xC2967C) is known color: Pale Taupe. HEX triplet: C2, 96 and 7C. RGB value is (194,150,124). Sum of RGB (Red+Green+Blue) = 194+150+124=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2967C is #3D6983. Grayscale: #A0A0A0. Windows color (decimal): -4024708 or 8165058. OLE color: 8165058.

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

Color convert

RGB 194 150 124 -
CMYK 0 0.23 0.36 0.24
HSL 22.29º 0.36% 0.62% -
HSV(B) 22.29º 0.36% 0.76% -
XYZ 36.79 34.74 23.83 -
YUV 160.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 194 150 124 0 0.23 0.36 0.24 22.29 0.36 0.62
Hex C2 96 7C 0 17 24 18 16 24 3E
Octal 302 226 174 0 27 44 30 26 44 76
Binary 11000010 10010110 1111100 0 10111 100100 11000 10110 100100 111110

Color Harmonies of #C2967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2967C

Black with #C2967C

Text Example


Text Example

White with #C2967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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