Html Css Color HEX #C78496 Puce

📋 copy color: '#C78496'

red 199 ◦ green 132 ◦ blue 150

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

Shades of Puce #C78496

Tints of Puce #C78496

RGB

 RED value IS 199 (78.13% from 255) = 41.37%

 GREEN value IS 132 (51.95% from 255) = 27.44%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 41.37%
G = 27.44%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C78496 (or 0xC78496) is known color: Puce. HEX triplet: C7, 84 and 96. RGB value is (199,132,150). Sum of RGB (Red+Green+Blue) = 199+132+150=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78496 is #387B69. Grayscale: #9A9A9A. Windows color (decimal): -3701610 or 9864391. OLE color: 9864391.

HSL color Cylindrical-coordinate representation of color #C78496: hue angle of 343.88º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78496 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 132 150 -
CMYK 0 0.34 0.25 0.22
HSL 343.88º 0.37% 0.65% -
HSV(B) 343.88º 0.34% 0.78% -
XYZ 37.31 30.85 32.84 -
YUV 154.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 199 132 150 0 0.34 0.25 0.22 343.88 0.37 0.65
Hex C7 84 96 0 22 19 16 158 25 41
Octal 307 204 226 0 42 31 26 530 45 101
Binary 11000111 10000100 10010110 0 100010 11001 10110 101011000 100101 1000001

Color Harmonies of #C78496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78496

Black with #C78496

Text Example


Text Example

White with #C78496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78496; }

 p { color: rgb(199,132,150); }

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

background-color css

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

 a { background-color: rgb(199,132,150); }

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

border-color css

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

 span { border-color: rgb(199,132,150); }

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