Html Css Color HEX #C78295 Puce

📋 copy color: '#C78295'

red 199 ◦ green 130 ◦ blue 149

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

Shades of Puce #C78295

Tints of Puce #C78295

RGB

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

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

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

R = 41.63%
G = 27.2%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C78295 (or 0xC78295) is known color: Puce. HEX triplet: C7, 82 and 95. RGB value is (199,130,149). Sum of RGB (Red+Green+Blue) = 199+130+149=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C78295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78295 is #387D6A. Grayscale: #989898. Windows color (decimal): -3702123 or 9798343. OLE color: 9798343.

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

Color convert

RGB 199 130 149 -
CMYK 0 0.35 0.25 0.22
HSL 343.48º 0.38% 0.65% -
HSV(B) 343.48º 0.35% 0.78% -
XYZ 36.96 30.28 32.33 -
YUV 152.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 199 130 149 0 0.35 0.25 0.22 343.48 0.38 0.65
Hex C7 82 95 0 23 19 16 157 26 41
Octal 307 202 225 0 43 31 26 527 46 101
Binary 11000111 10000010 10010101 0 100011 11001 10110 101010111 100110 1000001

Color Harmonies of #C78295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78295

Black with #C78295

Text Example


Text Example

White with #C78295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78295; }

 p { color: rgb(199,130,149); }

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

background-color css

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

 a { background-color: rgb(199,130,149); }

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

border-color css

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

 span { border-color: rgb(199,130,149); }

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