Html Css Color HEX #C78299 Puce

📋 copy color: '#C78299'

red 199 ◦ green 130 ◦ blue 153

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

Shades of Puce #C78299

Tints of Puce #C78299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 41.29%
G = 26.97%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C78299 (or 0xC78299) is known color: Puce. HEX triplet: C7, 82 and 99. RGB value is (199,130,153). Sum of RGB (Red+Green+Blue) = 199+130+153=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78299 is #387D66. Grayscale: #999999. Windows color (decimal): -3702119 or 10060487. OLE color: 10060487.

HSL color Cylindrical-coordinate representation of color #C78299: hue angle of 340º 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 #C78299 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 153 -
CMYK 0 0.35 0.23 0.22
HSL 340º 0.38% 0.65% -
HSV(B) 340º 0.35% 0.78% -
XYZ 37.29 30.41 34.04 -
YUV 153.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 199 130 153 0 0.35 0.23 0.22 340 0.38 0.65
Hex C7 82 99 0 23 17 16 154 26 41
Octal 307 202 231 0 43 27 26 524 46 101
Binary 11000111 10000010 10011001 0 100011 10111 10110 101010100 100110 1000001

Color Harmonies of #C78299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78299

Black with #C78299

Text Example


Text Example

White with #C78299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78299; }

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

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

background-color css

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

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

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

border-color css

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

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

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