Html Css Color HEX #C48296 Puce

📋 copy color: '#C48296'

red 196 ◦ green 130 ◦ blue 150

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

Shades of Puce #C48296

Tints of Puce #C48296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 41.18%
G = 27.31%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C48296 (or 0xC48296) is known color: Puce. HEX triplet: C4, 82 and 96. RGB value is (196,130,150). Sum of RGB (Red+Green+Blue) = 196+130+150=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48296 is #3B7D69. Grayscale: #989898. Windows color (decimal): -3898730 or 9863876. OLE color: 9863876.

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

Color convert

RGB 196 130 150 -
CMYK 0 0.34 0.23 0.23
HSL 341.82º 0.36% 0.64% -
HSV(B) 341.82º 0.34% 0.77% -
XYZ 36.25 29.9 32.72 -
YUV 152.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 196 130 150 0 0.34 0.23 0.23 341.82 0.36 0.64
Hex C4 82 96 0 22 17 17 156 24 40
Octal 304 202 226 0 42 27 27 526 44 100
Binary 11000100 10000010 10010110 0 100010 10111 10111 101010110 100100 1000000

Color Harmonies of #C48296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48296

Black with #C48296

Text Example


Text Example

White with #C48296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48296; }

 p { color: rgb(196,130,150); }

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

background-color css

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

 a { background-color: rgb(196,130,150); }

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

border-color css

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

 span { border-color: rgb(196,130,150); }

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