Html Css Color HEX #C78595 Puce

📋 copy color: '#C78595'

red 199 ◦ green 133 ◦ blue 149

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

Shades of Puce #C78595

Tints of Puce #C78595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

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

R = 41.37%
G = 27.65%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C78595 (or 0xC78595) is known color: Puce. HEX triplet: C7, 85 and 95. RGB value is (199,133,149). Sum of RGB (Red+Green+Blue) = 199+133+149=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78595 is #387A6A. Grayscale: #9A9A9A. Windows color (decimal): -3701355 or 9799111. OLE color: 9799111.

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

Color convert

RGB 199 133 149 -
CMYK 0 0.33 0.25 0.22
HSL 345.45º 0.37% 0.65% -
HSV(B) 345.45º 0.33% 0.78% -
XYZ 37.37 31.09 32.46 -
YUV 154.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 199 133 149 0 0.33 0.25 0.22 345.45 0.37 0.65
Hex C7 85 95 0 21 19 16 159 25 41
Octal 307 205 225 0 41 31 26 531 45 101
Binary 11000111 10000101 10010101 0 100001 11001 10110 101011001 100101 1000001

Color Harmonies of #C78595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78595

Black with #C78595

Text Example


Text Example

White with #C78595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78595; }

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

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

background-color css

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

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

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

border-color css

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

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

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