Html Css Color HEX #C48694 Puce

📋 copy color: '#C48694'

red 196 ◦ green 134 ◦ blue 148

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

Shades of Puce #C48694

Tints of Puce #C48694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 41%
G = 28.03%
B = 30.96%

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

#C48694 (or 0xC48694) is known color: Puce. HEX triplet: C4, 86 and 94. RGB value is (196,134,148). Sum of RGB (Red+Green+Blue) = 196+134+148=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48694 is #3B796B. Grayscale: #9A9A9A. Windows color (decimal): -3897708 or 9733828. OLE color: 9733828.

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

Color convert

RGB 196 134 148 -
CMYK 0 0.32 0.24 0.23
HSL 346.45º 0.34% 0.65% -
HSV(B) 346.45º 0.32% 0.77% -
XYZ 36.64 30.92 32.06 -
YUV 154.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 196 134 148 0 0.32 0.24 0.23 346.45 0.34 0.65
Hex C4 86 94 0 20 18 17 15A 22 41
Octal 304 206 224 0 40 30 27 532 42 101
Binary 11000100 10000110 10010100 0 100000 11000 10111 101011010 100010 1000001

Color Harmonies of #C48694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48694

Black with #C48694

Text Example


Text Example

White with #C48694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48694; }

 p { color: rgb(196,134,148); }

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

background-color css

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

 a { background-color: rgb(196,134,148); }

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

border-color css

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

 span { border-color: rgb(196,134,148); }

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