Html Css Color HEX #C2987B Pale Taupe

📋 copy color: '#C2987B'

red 194 ◦ green 152 ◦ blue 123

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

Shades of Pale Taupe #C2987B

Tints of Pale Taupe #C2987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

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

R = 41.36%
G = 32.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2987B (or 0xC2987B) is known color: Pale Taupe. HEX triplet: C2, 98 and 7B. RGB value is (194,152,123). Sum of RGB (Red+Green+Blue) = 194+152+123=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2987B is #3D6784. Grayscale: #A1A1A1. Windows color (decimal): -4024197 or 8100034. OLE color: 8100034.

HSL color Cylindrical-coordinate representation of color #C2987B: hue angle of 24.51º 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 #C2987B is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 123 -
CMYK 0 0.22 0.37 0.24
HSL 24.51º 0.37% 0.62% -
HSV(B) 24.51º 0.37% 0.76% -
XYZ 37.05 35.36 23.61 -
YUV 161.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 194 152 123 0 0.22 0.37 0.24 24.51 0.37 0.62
Hex C2 98 7B 0 16 25 18 19 25 3E
Octal 302 230 173 0 26 45 30 31 45 76
Binary 11000010 10011000 1111011 0 10110 100101 11000 11001 100101 111110

Color Harmonies of #C2987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2987B

Black with #C2987B

Text Example


Text Example

White with #C2987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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