Html Css Color HEX #C48291 Puce

📋 copy color: '#C48291'

red 196 ◦ green 130 ◦ blue 145

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

Shades of Puce #C48291

Tints of Puce #C48291

RGB

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

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

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

R = 41.61%
G = 27.6%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C48291 (or 0xC48291) is known color: Puce. HEX triplet: C4, 82 and 91. RGB value is (196,130,145). Sum of RGB (Red+Green+Blue) = 196+130+145=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C48291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48291 is #3B7D6E. Grayscale: #979797. Windows color (decimal): -3898735 or 9536196. OLE color: 9536196.

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

Color convert

RGB 196 130 145 -
CMYK 0 0.34 0.26 0.23
HSL 346.36º 0.36% 0.64% -
HSV(B) 346.36º 0.34% 0.77% -
XYZ 35.86 29.75 30.64 -
YUV 151.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 196 130 145 0 0.34 0.26 0.23 346.36 0.36 0.64
Hex C4 82 91 0 22 1A 17 15A 24 40
Octal 304 202 221 0 42 32 27 532 44 100
Binary 11000100 10000010 10010001 0 100010 11010 10111 101011010 100100 1000000

Color Harmonies of #C48291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48291

Black with #C48291

Text Example


Text Example

White with #C48291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48291; }

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

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

background-color css

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

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

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

border-color css

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

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

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