Html Css Color HEX #C78291 Puce

📋 copy color: '#C78291'

red 199 ◦ green 130 ◦ blue 145

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

Shades of Puce #C78291

Tints of Puce #C78291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

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

R = 41.98%
G = 27.43%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C78291 (or 0xC78291) is known color: Puce. HEX triplet: C7, 82 and 91. RGB value is (199,130,145). Sum of RGB (Red+Green+Blue) = 199+130+145=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78291 is #387D6E. Grayscale: #989898. Windows color (decimal): -3702127 or 9536199. OLE color: 9536199.

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

Color convert

RGB 199 130 145 -
CMYK 0 0.35 0.27 0.22
HSL 346.96º 0.38% 0.65% -
HSV(B) 346.96º 0.35% 0.78% -
XYZ 36.65 30.15 30.68 -
YUV 152.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 199 130 145 0 0.35 0.27 0.22 346.96 0.38 0.65
Hex C7 82 91 0 23 1B 16 15B 26 41
Octal 307 202 221 0 43 33 26 533 46 101
Binary 11000111 10000010 10010001 0 100011 11011 10110 101011011 100110 1000001

Color Harmonies of #C78291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78291

Black with #C78291

Text Example


Text Example

White with #C78291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78291; }

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

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

background-color css

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

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

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

border-color css

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

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

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