Html Css Color HEX #C48791 Puce

📋 copy color: '#C48791'

red 196 ◦ green 135 ◦ blue 145

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

Shades of Puce #C48791

Tints of Puce #C48791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 145 (57.03% from 255) = 30.46%

R = 41.18%
G = 28.36%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48791 (or 0xC48791) is known color: Puce. HEX triplet: C4, 87 and 91. RGB value is (196,135,145). Sum of RGB (Red+Green+Blue) = 196+135+145=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C48791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48791 is #3B786E. Grayscale: #9A9A9A. Windows color (decimal): -3897455 or 9537476. OLE color: 9537476.

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

Color convert

RGB 196 135 145 -
CMYK 0 0.31 0.26 0.23
HSL 350.16º 0.34% 0.65% -
HSV(B) 350.16º 0.31% 0.77% -
XYZ 36.54 31.11 30.87 -
YUV 154.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 196 135 145 0 0.31 0.26 0.23 350.16 0.34 0.65
Hex C4 87 91 0 1F 1A 17 15E 22 41
Octal 304 207 221 0 37 32 27 536 42 101
Binary 11000100 10000111 10010001 0 11111 11010 10111 101011110 100010 1000001

Color Harmonies of #C48791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48791

Black with #C48791

Text Example


Text Example

White with #C48791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48791; }

 p { color: rgb(196,135,145); }

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

background-color css

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

 a { background-color: rgb(196,135,145); }

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

border-color css

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

 span { border-color: rgb(196,135,145); }

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