Html Css Color HEX #C78390 Puce

📋 copy color: '#C78390'

red 199 ◦ green 131 ◦ blue 144

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

Shades of Puce #C78390

Tints of Puce #C78390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

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

R = 41.98%
G = 27.64%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C78390 (or 0xC78390) is known color: Puce. HEX triplet: C7, 83 and 90. RGB value is (199,131,144). Sum of RGB (Red+Green+Blue) = 199+131+144=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78390 is #387C6F. Grayscale: #989898. Windows color (decimal): -3701872 or 9470919. OLE color: 9470919.

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

Color convert

RGB 199 131 144 -
CMYK 0 0.34 0.28 0.22
HSL 348.53º 0.38% 0.65% -
HSV(B) 348.53º 0.34% 0.78% -
XYZ 36.7 30.39 30.32 -
YUV 152.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 199 131 144 0 0.34 0.28 0.22 348.53 0.38 0.65
Hex C7 83 90 0 22 1C 16 15D 26 41
Octal 307 203 220 0 42 34 26 535 46 101
Binary 11000111 10000011 10010000 0 100010 11100 10110 101011101 100110 1000001

Color Harmonies of #C78390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78390

Black with #C78390

Text Example


Text Example

White with #C78390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78390; }

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

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

background-color css

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

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

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

border-color css

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

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

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