Html Css Color HEX #C78491 Puce

📋 copy color: '#C78491'

red 199 ◦ green 132 ◦ blue 145

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

Shades of Puce #C78491

Tints of Puce #C78491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

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

R = 41.81%
G = 27.73%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C78491 (or 0xC78491) is known color: Puce. HEX triplet: C7, 84 and 91. RGB value is (199,132,145). Sum of RGB (Red+Green+Blue) = 199+132+145=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C78491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78491 is #387B6E. Grayscale: #999999. Windows color (decimal): -3701615 or 9536711. OLE color: 9536711.

HSL color Cylindrical-coordinate representation of color #C78491: hue angle of 348.36º degrees, saturation: 0.37, 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 #C78491 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 132 145 -
CMYK 0 0.34 0.27 0.22
HSL 348.36º 0.37% 0.65% -
HSV(B) 348.36º 0.34% 0.78% -
XYZ 36.92 30.69 30.77 -
YUV 153.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 199 132 145 0 0.34 0.27 0.22 348.36 0.37 0.65
Hex C7 84 91 0 22 1B 16 15C 25 41
Octal 307 204 221 0 42 33 26 534 45 101
Binary 11000111 10000100 10010001 0 100010 11011 10110 101011100 100101 1000001

Color Harmonies of #C78491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78491

Black with #C78491

Text Example


Text Example

White with #C78491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78491; }

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

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

background-color css

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

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

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

border-color css

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

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

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