Html Css Color HEX #C78294 Puce

📋 copy color: '#C78294'

red 199 ◦ green 130 ◦ blue 148

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

Shades of Puce #C78294

Tints of Puce #C78294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 41.72%
G = 27.25%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C78294 (or 0xC78294) is known color: Puce. HEX triplet: C7, 82 and 94. RGB value is (199,130,148). Sum of RGB (Red+Green+Blue) = 199+130+148=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C78294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78294 is #387D6B. Grayscale: #989898. Windows color (decimal): -3702124 or 9732807. OLE color: 9732807.

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

Color convert

RGB 199 130 148 -
CMYK 0 0.35 0.26 0.22
HSL 344.35º 0.38% 0.65% -
HSV(B) 344.35º 0.35% 0.78% -
XYZ 36.88 30.25 31.91 -
YUV 152.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 199 130 148 0 0.35 0.26 0.22 344.35 0.38 0.65
Hex C7 82 94 0 23 1A 16 158 26 41
Octal 307 202 224 0 43 32 26 530 46 101
Binary 11000111 10000010 10010100 0 100011 11010 10110 101011000 100110 1000001

Color Harmonies of #C78294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78294

Black with #C78294

Text Example


Text Example

White with #C78294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78294; }

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

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

background-color css

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

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

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

border-color css

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

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

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