Html Css Color HEX #C78D94 Puce

📋 copy color: '#C78D94'

red 199 ◦ green 141 ◦ blue 148

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

Shades of Puce #C78D94

Tints of Puce #C78D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.89%

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

R = 40.78%
G = 28.89%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C78D94 (or 0xC78D94) is known color: Puce. HEX triplet: C7, 8D and 94. RGB value is (199,141,148). Sum of RGB (Red+Green+Blue) = 199+141+148=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D94 is #38726B. Grayscale: #9F9F9F. Windows color (decimal): -3699308 or 9735623. OLE color: 9735623.

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

Color convert

RGB 199 141 148 -
CMYK 0 0.29 0.26 0.22
HSL 352.76º 0.34% 0.67% -
HSV(B) 352.76º 0.29% 0.78% -
XYZ 38.42 33.33 32.43 -
YUV 159.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 199 141 148 0 0.29 0.26 0.22 352.76 0.34 0.67
Hex C7 8D 94 0 1D 1A 16 161 22 43
Octal 307 215 224 0 35 32 26 541 42 103
Binary 11000111 10001101 10010100 0 11101 11010 10110 101100001 100010 1000011

Color Harmonies of #C78D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78D94

Black with #C78D94

Text Example


Text Example

White with #C78D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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