Html Css Color HEX #C48297 Puce

📋 copy color: '#C48297'

red 196 ◦ green 130 ◦ blue 151

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

Shades of Puce #C48297

Tints of Puce #C48297

RGB

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

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

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

R = 41.09%
G = 27.25%
B = 31.66%

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

#C48297 (or 0xC48297) is known color: Puce. HEX triplet: C4, 82 and 97. RGB value is (196,130,151). Sum of RGB (Red+Green+Blue) = 196+130+151=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48297 is #3B7D68. Grayscale: #989898. Windows color (decimal): -3898729 or 9929412. OLE color: 9929412.

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

Color convert

RGB 196 130 151 -
CMYK 0 0.34 0.23 0.23
HSL 340.91º 0.36% 0.64% -
HSV(B) 340.91º 0.34% 0.77% -
XYZ 36.33 29.94 33.14 -
YUV 152.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 196 130 151 0 0.34 0.23 0.23 340.91 0.36 0.64
Hex C4 82 97 0 22 17 17 155 24 40
Octal 304 202 227 0 42 27 27 525 44 100
Binary 11000100 10000010 10010111 0 100010 10111 10111 101010101 100100 1000000

Color Harmonies of #C48297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48297

Black with #C48297

Text Example


Text Example

White with #C48297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48297; }

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

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

background-color css

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

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

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

border-color css

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

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

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