Html Css Color HEX #C2987E Pale Taupe

📋 copy color: '#C2987E'

red 194 ◦ green 152 ◦ blue 126

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

Shades of Pale Taupe #C2987E

Tints of Pale Taupe #C2987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 41.1%
G = 32.2%
B = 26.69%

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

#C2987E (or 0xC2987E) is known color: Pale Taupe. HEX triplet: C2, 98 and 7E. RGB value is (194,152,126). Sum of RGB (Red+Green+Blue) = 194+152+126=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2987E is #3D6781. Grayscale: #A1A1A1. Windows color (decimal): -4024194 or 8296642. OLE color: 8296642.

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

Color convert

RGB 194 152 126 -
CMYK 0 0.22 0.35 0.24
HSL 22.94º 0.36% 0.63% -
HSV(B) 22.94º 0.35% 0.76% -
XYZ 37.24 35.43 24.61 -
YUV 161.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 194 152 126 0 0.22 0.35 0.24 22.94 0.36 0.63
Hex C2 98 7E 0 16 23 18 17 24 3F
Octal 302 230 176 0 26 43 30 27 44 77
Binary 11000010 10011000 1111110 0 10110 100011 11000 10111 100100 111111

Color Harmonies of #C2987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2987E

Black with #C2987E

Text Example


Text Example

White with #C2987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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