Html Css Color HEX #C2997D Pale Taupe

📋 copy color: '#C2997D'

red 194 ◦ green 153 ◦ blue 125

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

Shades of Pale Taupe #C2997D

Tints of Pale Taupe #C2997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

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

R = 41.1%
G = 32.42%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2997D (or 0xC2997D) is known color: Pale Taupe. HEX triplet: C2, 99 and 7D. RGB value is (194,153,125). Sum of RGB (Red+Green+Blue) = 194+153+125=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2997D is #3D6682. Grayscale: #A2A2A2. Windows color (decimal): -4023939 or 8231362. OLE color: 8231362.

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

Color convert

RGB 194 153 125 -
CMYK 0 0.21 0.36 0.24
HSL 24.35º 0.36% 0.63% -
HSV(B) 24.35º 0.36% 0.76% -
XYZ 37.34 35.73 24.33 -
YUV 162.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 194 153 125 0 0.21 0.36 0.24 24.35 0.36 0.63
Hex C2 99 7D 0 15 24 18 18 24 3F
Octal 302 231 175 0 25 44 30 30 44 77
Binary 11000010 10011001 1111101 0 10101 100100 11000 11000 100100 111111

Color Harmonies of #C2997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2997D

Black with #C2997D

Text Example


Text Example

White with #C2997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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