Html Css Color HEX #C48195 Puce

📋 copy color: '#C48195'

red 196 ◦ green 129 ◦ blue 149

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

Shades of Puce #C48195

Tints of Puce #C48195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

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

R = 41.35%
G = 27.22%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48195 (or 0xC48195) is known color: Puce. HEX triplet: C4, 81 and 95. RGB value is (196,129,149). Sum of RGB (Red+Green+Blue) = 196+129+149=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C48195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48195 is #3B7E6A. Grayscale: #979797. Windows color (decimal): -3898987 or 9798084. OLE color: 9798084.

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

Color convert

RGB 196 129 149 -
CMYK 0 0.34 0.24 0.23
HSL 342.09º 0.36% 0.64% -
HSV(B) 342.09º 0.34% 0.77% -
XYZ 36.04 29.61 32.25 -
YUV 151.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 196 129 149 0 0.34 0.24 0.23 342.09 0.36 0.64
Hex C4 81 95 0 22 18 17 156 24 40
Octal 304 201 225 0 42 30 27 526 44 100
Binary 11000100 10000001 10010101 0 100010 11000 10111 101010110 100100 1000000

Color Harmonies of #C48195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48195

Black with #C48195

Text Example


Text Example

White with #C48195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48195; }

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

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

background-color css

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

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

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

border-color css

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

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

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