Html Css Color HEX #C2967B Pale Taupe

📋 copy color: '#C2967B'

red 194 ◦ green 150 ◦ blue 123

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

Shades of Pale Taupe #C2967B

Tints of Pale Taupe #C2967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 41.54%
G = 32.12%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2967B (or 0xC2967B) is known color: Pale Taupe. HEX triplet: C2, 96 and 7B. RGB value is (194,150,123). Sum of RGB (Red+Green+Blue) = 194+150+123=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2967B is #3D6984. Grayscale: #A0A0A0. Windows color (decimal): -4024709 or 8099522. OLE color: 8099522.

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

Color convert

RGB 194 150 123 -
CMYK 0 0.23 0.37 0.24
HSL 22.82º 0.37% 0.62% -
HSV(B) 22.82º 0.37% 0.76% -
XYZ 36.73 34.71 23.5 -
YUV 160.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 194 150 123 0 0.23 0.37 0.24 22.82 0.37 0.62
Hex C2 96 7B 0 17 25 18 17 25 3E
Octal 302 226 173 0 27 45 30 27 45 76
Binary 11000010 10010110 1111011 0 10111 100101 11000 10111 100101 111110

Color Harmonies of #C2967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2967B

Black with #C2967B

Text Example


Text Example

White with #C2967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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