Html Css Color HEX #C78C91 Puce

📋 copy color: '#C78C91'

red 199 ◦ green 140 ◦ blue 145

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

Shades of Puce #C78C91

Tints of Puce #C78C91

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

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

R = 41.12%
G = 28.93%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C78C91 (or 0xC78C91) is known color: Puce. HEX triplet: C7, 8C and 91. RGB value is (199,140,145). Sum of RGB (Red+Green+Blue) = 199+140+145=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C91 is #38736E. Grayscale: #9E9E9E. Windows color (decimal): -3699567 or 9538759. OLE color: 9538759.

HSL color Cylindrical-coordinate representation of color #C78C91: hue angle of 354.92º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78C91 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 140 145 -
CMYK 0 0.30 0.27 0.22
HSL 354.92º 0.35% 0.66% -
HSV(B) 354.92º 0.3% 0.78% -
XYZ 38.04 32.94 31.14 -
YUV 158.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 199 140 145 0 0.30 0.27 0.22 354.92 0.35 0.66
Hex C7 8C 91 0 1E 1B 16 163 23 42
Octal 307 214 221 0 36 33 26 543 43 102
Binary 11000111 10001100 10010001 0 11110 11011 10110 101100011 100011 1000010

Color Harmonies of #C78C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78C91

Black with #C78C91

Text Example


Text Example

White with #C78C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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