Html Css Color HEX #C3947D Pale Taupe

📋 copy color: '#C3947D'

red 195 ◦ green 148 ◦ blue 125

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

Shades of Pale Taupe #C3947D

Tints of Pale Taupe #C3947D

RGB

 RED value IS 195 (76.56% from 255) = 41.67%

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 41.67%
G = 31.62%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3947D (or 0xC3947D) is known color: Pale Taupe. HEX triplet: C3, 94 and 7D. RGB value is (195,148,125). Sum of RGB (Red+Green+Blue) = 195+148+125=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3947D is #3C6B82. Grayscale: #9F9F9F. Windows color (decimal): -3959683 or 8230083. OLE color: 8230083.

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

Color convert

RGB 195 148 125 -
CMYK 0 0.24 0.36 0.24
HSL 19.71º 0.37% 0.63% -
HSV(B) 19.71º 0.36% 0.76% -
XYZ 36.8 34.26 24.08 -
YUV 159.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 195 148 125 0 0.24 0.36 0.24 19.71 0.37 0.63
Hex C3 94 7D 0 18 24 18 14 25 3F
Octal 303 224 175 0 30 44 30 24 45 77
Binary 11000011 10010100 1111101 0 11000 100100 11000 10100 100101 111111

Color Harmonies of #C3947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3947D

Black with #C3947D

Text Example


Text Example

White with #C3947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3947D; }

 p { color: rgb(195,148,125); }

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

background-color css

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

 a { background-color: rgb(195,148,125); }

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

border-color css

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

 span { border-color: rgb(195,148,125); }

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