Html Css Color HEX #C48397 Puce

📋 copy color: '#C48397'

red 196 ◦ green 131 ◦ blue 151

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

Shades of Puce #C48397

Tints of Puce #C48397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 41%
G = 27.41%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48397 (or 0xC48397) is known color: Puce. HEX triplet: C4, 83 and 97. RGB value is (196,131,151). Sum of RGB (Red+Green+Blue) = 196+131+151=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48397 is #3B7C68. Grayscale: #989898. Windows color (decimal): -3898473 or 9929668. OLE color: 9929668.

HSL color Cylindrical-coordinate representation of color #C48397: hue angle of 341.54º 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 #C48397 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 151 -
CMYK 0 0.33 0.23 0.23
HSL 341.54º 0.36% 0.64% -
HSV(B) 341.54º 0.33% 0.77% -
XYZ 36.47 30.2 33.19 -
YUV 152.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 196 131 151 0 0.33 0.23 0.23 341.54 0.36 0.64
Hex C4 83 97 0 21 17 17 156 24 40
Octal 304 203 227 0 41 27 27 526 44 100
Binary 11000100 10000011 10010111 0 100001 10111 10111 101010110 100100 1000000

Color Harmonies of #C48397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48397

Black with #C48397

Text Example


Text Example

White with #C48397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48397; }

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

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

background-color css

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

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

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

border-color css

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

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

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