Html Css Color HEX #C48995 Puce

📋 copy color: '#C48995'

red 196 ◦ green 137 ◦ blue 149

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

Shades of Puce #C48995

Tints of Puce #C48995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

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

R = 40.66%
G = 28.42%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48995 (or 0xC48995) is known color: Puce. HEX triplet: C4, 89 and 95. RGB value is (196,137,149). Sum of RGB (Red+Green+Blue) = 196+137+149=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48995 is #3B766A. Grayscale: #9C9C9C. Windows color (decimal): -3896939 or 9800132. OLE color: 9800132.

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

Color convert

RGB 196 137 149 -
CMYK 0 0.30 0.24 0.23
HSL 347.8º 0.33% 0.65% -
HSV(B) 347.8º 0.3% 0.77% -
XYZ 37.14 31.8 32.61 -
YUV 156.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 196 137 149 0 0.30 0.24 0.23 347.8 0.33 0.65
Hex C4 89 95 0 1E 18 17 15C 21 41
Octal 304 211 225 0 36 30 27 534 41 101
Binary 11000100 10001001 10010101 0 11110 11000 10111 101011100 100001 1000001

Color Harmonies of #C48995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48995

Black with #C48995

Text Example


Text Example

White with #C48995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48995; }

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

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

background-color css

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

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

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

border-color css

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

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

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