Html Css Color HEX #C48595 Puce

📋 copy color: '#C48595'

red 196 ◦ green 133 ◦ blue 149

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

Shades of Puce #C48595

Tints of Puce #C48595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.82%

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

R = 41%
G = 27.82%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48595 (or 0xC48595) is known color: Puce. HEX triplet: C4, 85 and 95. RGB value is (196,133,149). Sum of RGB (Red+Green+Blue) = 196+133+149=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48595 is #3B7A6A. Grayscale: #999999. Windows color (decimal): -3897963 or 9799108. OLE color: 9799108.

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

Color convert

RGB 196 133 149 -
CMYK 0 0.32 0.24 0.23
HSL 344.76º 0.35% 0.65% -
HSV(B) 344.76º 0.32% 0.77% -
XYZ 36.58 30.68 32.43 -
YUV 153.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 196 133 149 0 0.32 0.24 0.23 344.76 0.35 0.65
Hex C4 85 95 0 20 18 17 159 23 41
Octal 304 205 225 0 40 30 27 531 43 101
Binary 11000100 10000101 10010101 0 100000 11000 10111 101011001 100011 1000001

Color Harmonies of #C48595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48595

Black with #C48595

Text Example


Text Example

White with #C48595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48595; }

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

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

background-color css

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

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

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

border-color css

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

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

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