Html Css Color HEX #C48294 Puce

📋 copy color: '#C48294'

red 196 ◦ green 130 ◦ blue 148

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

Shades of Puce #C48294

Tints of Puce #C48294

RGB

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

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

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

R = 41.35%
G = 27.43%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C48294 (or 0xC48294) is known color: Puce. HEX triplet: C4, 82 and 94. RGB value is (196,130,148). Sum of RGB (Red+Green+Blue) = 196+130+148=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C48294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48294 is #3B7D6B. Grayscale: #979797. Windows color (decimal): -3898732 or 9732804. OLE color: 9732804.

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

Color convert

RGB 196 130 148 -
CMYK 0 0.34 0.24 0.23
HSL 343.64º 0.36% 0.64% -
HSV(B) 343.64º 0.34% 0.77% -
XYZ 36.09 29.84 31.87 -
YUV 151.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 196 130 148 0 0.34 0.24 0.23 343.64 0.36 0.64
Hex C4 82 94 0 22 18 17 158 24 40
Octal 304 202 224 0 42 30 27 530 44 100
Binary 11000100 10000010 10010100 0 100010 11000 10111 101011000 100100 1000000

Color Harmonies of #C48294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48294

Black with #C48294

Text Example


Text Example

White with #C48294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48294; }

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

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

background-color css

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

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

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

border-color css

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

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

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