Html Css Color HEX #C48395 Puce

📋 copy color: '#C48395'

red 196 ◦ green 131 ◦ blue 149

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

Shades of Puce #C48395

Tints of Puce #C48395

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 41.18%
G = 27.52%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48395 (or 0xC48395) is known color: Puce. HEX triplet: C4, 83 and 95. RGB value is (196,131,149). Sum of RGB (Red+Green+Blue) = 196+131+149=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48395 is #3B7C6A. Grayscale: #989898. Windows color (decimal): -3898475 or 9798596. OLE color: 9798596.

HSL color Cylindrical-coordinate representation of color #C48395: hue angle of 343.38º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48395 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 149 -
CMYK 0 0.33 0.24 0.23
HSL 343.38º 0.36% 0.64% -
HSV(B) 343.38º 0.33% 0.77% -
XYZ 36.31 30.14 32.34 -
YUV 152.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 196 131 149 0 0.33 0.24 0.23 343.38 0.36 0.64
Hex C4 83 95 0 21 18 17 157 24 40
Octal 304 203 225 0 41 30 27 527 44 100
Binary 11000100 10000011 10010101 0 100001 11000 10111 101010111 100100 1000000

Color Harmonies of #C48395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48395

Black with #C48395

Text Example


Text Example

White with #C48395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48395; }

 p { color: rgb(196,131,149); }

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

background-color css

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

 a { background-color: rgb(196,131,149); }

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

border-color css

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

 span { border-color: rgb(196,131,149); }

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