Html Css Color HEX #C78091 Puce

📋 copy color: '#C78091'

red 199 ◦ green 128 ◦ blue 145

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

Shades of Puce #C78091

Tints of Puce #C78091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 42.16%
G = 27.12%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C78091 (or 0xC78091) is known color: Puce. HEX triplet: C7, 80 and 91. RGB value is (199,128,145). Sum of RGB (Red+Green+Blue) = 199+128+145=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C78091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78091 is #387F6E. Grayscale: #979797. Windows color (decimal): -3702639 or 9535687. OLE color: 9535687.

HSL color Cylindrical-coordinate representation of color #C78091: hue angle of 345.63º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78091 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 145 -
CMYK 0 0.36 0.27 0.22
HSL 345.63º 0.39% 0.64% -
HSV(B) 345.63º 0.36% 0.78% -
XYZ 36.38 29.62 30.59 -
YUV 151.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 199 128 145 0 0.36 0.27 0.22 345.63 0.39 0.64
Hex C7 80 91 0 24 1B 16 15A 27 40
Octal 307 200 221 0 44 33 26 532 47 100
Binary 11000111 10000000 10010001 0 100100 11011 10110 101011010 100111 1000000

Color Harmonies of #C78091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78091

Black with #C78091

Text Example


Text Example

White with #C78091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78091; }

 p { color: rgb(199,128,145); }

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

background-color css

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

 a { background-color: rgb(199,128,145); }

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

border-color css

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

 span { border-color: rgb(199,128,145); }

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