Html Css Color HEX #C2987F Pale Taupe

📋 copy color: '#C2987F'

red 194 ◦ green 152 ◦ blue 127

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

Shades of Pale Taupe #C2987F

Tints of Pale Taupe #C2987F

RGB

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

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

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

R = 41.01%
G = 32.14%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2987F (or 0xC2987F) is known color: Pale Taupe. HEX triplet: C2, 98 and 7F. RGB value is (194,152,127). Sum of RGB (Red+Green+Blue) = 194+152+127=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2987F is #3D6780. Grayscale: #A1A1A1. Windows color (decimal): -4024193 or 8362178. OLE color: 8362178.

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

Color convert

RGB 194 152 127 -
CMYK 0 0.22 0.35 0.24
HSL 22.39º 0.35% 0.63% -
HSV(B) 22.39º 0.35% 0.76% -
XYZ 37.31 35.46 24.96 -
YUV 161.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 194 152 127 0 0.22 0.35 0.24 22.39 0.35 0.63
Hex C2 98 7F 0 16 23 18 16 23 3F
Octal 302 230 177 0 26 43 30 26 43 77
Binary 11000010 10011000 1111111 0 10110 100011 11000 10110 100011 111111

Color Harmonies of #C2987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2987F

Black with #C2987F

Text Example


Text Example

White with #C2987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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