Html Css Color HEX #C78190 Puce

📋 copy color: '#C78190'

red 199 ◦ green 129 ◦ blue 144

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

Shades of Puce #C78190

Tints of Puce #C78190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 42.16%
G = 27.33%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C78190 (or 0xC78190) is known color: Puce. HEX triplet: C7, 81 and 90. RGB value is (199,129,144). Sum of RGB (Red+Green+Blue) = 199+129+144=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C78190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78190 is #387E6F. Grayscale: #979797. Windows color (decimal): -3702384 or 9470407. OLE color: 9470407.

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

Color convert

RGB 199 129 144 -
CMYK 0 0.35 0.28 0.22
HSL 347.14º 0.38% 0.64% -
HSV(B) 347.14º 0.35% 0.78% -
XYZ 36.44 29.86 30.23 -
YUV 151.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 199 129 144 0 0.35 0.28 0.22 347.14 0.38 0.64
Hex C7 81 90 0 23 1C 16 15B 26 40
Octal 307 201 220 0 43 34 26 533 46 100
Binary 11000111 10000001 10010000 0 100011 11100 10110 101011011 100110 1000000

Color Harmonies of #C78190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78190

Black with #C78190

Text Example


Text Example

White with #C78190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78190; }

 p { color: rgb(199,129,144); }

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

background-color css

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

 a { background-color: rgb(199,129,144); }

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

border-color css

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

 span { border-color: rgb(199,129,144); }

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