Html Css Color HEX #C78492 Puce

📋 copy color: '#C78492'

red 199 ◦ green 132 ◦ blue 146

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

Shades of Puce #C78492

Tints of Puce #C78492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 41.72%
G = 27.67%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C78492 (or 0xC78492) is known color: Puce. HEX triplet: C7, 84 and 92. RGB value is (199,132,146). Sum of RGB (Red+Green+Blue) = 199+132+146=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C78492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78492 is #387B6D. Grayscale: #999999. Windows color (decimal): -3701614 or 9602247. OLE color: 9602247.

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

Color convert

RGB 199 132 146 -
CMYK 0 0.34 0.27 0.22
HSL 347.46º 0.37% 0.65% -
HSV(B) 347.46º 0.34% 0.78% -
XYZ 36.99 30.72 31.17 -
YUV 153.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 199 132 146 0 0.34 0.27 0.22 347.46 0.37 0.65
Hex C7 84 92 0 22 1B 16 15B 25 41
Octal 307 204 222 0 42 33 26 533 45 101
Binary 11000111 10000100 10010010 0 100010 11011 10110 101011011 100101 1000001

Color Harmonies of #C78492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78492

Black with #C78492

Text Example


Text Example

White with #C78492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78492; }

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

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

background-color css

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

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

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

border-color css

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

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

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