Html Css Color HEX #C2987D Pale Taupe

📋 copy color: '#C2987D'

red 194 ◦ green 152 ◦ blue 125

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

Shades of Pale Taupe #C2987D

Tints of Pale Taupe #C2987D

RGB

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

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

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

R = 41.19%
G = 32.27%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2987D (or 0xC2987D) is known color: Pale Taupe. HEX triplet: C2, 98 and 7D. RGB value is (194,152,125). Sum of RGB (Red+Green+Blue) = 194+152+125=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2987D is #3D6782. Grayscale: #A1A1A1. Windows color (decimal): -4024195 or 8231106. OLE color: 8231106.

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

Color convert

RGB 194 152 125 -
CMYK 0 0.22 0.36 0.24
HSL 23.48º 0.36% 0.63% -
HSV(B) 23.48º 0.36% 0.76% -
XYZ 37.18 35.41 24.28 -
YUV 161.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 194 152 125 0 0.22 0.36 0.24 23.48 0.36 0.63
Hex C2 98 7D 0 16 24 18 17 24 3F
Octal 302 230 175 0 26 44 30 27 44 77
Binary 11000010 10011000 1111101 0 10110 100100 11000 10111 100100 111111

Color Harmonies of #C2987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2987D

Black with #C2987D

Text Example


Text Example

White with #C2987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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