Html Css Color HEX #C78995 Puce

📋 copy color: '#C78995'

red 199 ◦ green 137 ◦ blue 149

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

Shades of Puce #C78995

Tints of Puce #C78995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.25%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 41.03%
G = 28.25%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C78995 (or 0xC78995) is known color: Puce. HEX triplet: C7, 89 and 95. RGB value is (199,137,149). Sum of RGB (Red+Green+Blue) = 199+137+149=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C78995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78995 is #38766A. Grayscale: #9C9C9C. Windows color (decimal): -3700331 or 9800135. OLE color: 9800135.

HSL color Cylindrical-coordinate representation of color #C78995: hue angle of 348.39º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78995 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 137 149 -
CMYK 0 0.31 0.25 0.22
HSL 348.39º 0.36% 0.66% -
HSV(B) 348.39º 0.31% 0.78% -
XYZ 37.92 32.2 32.65 -
YUV 156.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 199 137 149 0 0.31 0.25 0.22 348.39 0.36 0.66
Hex C7 89 95 0 1F 19 16 15C 24 42
Octal 307 211 225 0 37 31 26 534 44 102
Binary 11000111 10001001 10010101 0 11111 11001 10110 101011100 100100 1000010

Color Harmonies of #C78995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78995

Black with #C78995

Text Example


Text Example

White with #C78995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78995; }

 p { color: rgb(199,137,149); }

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

background-color css

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

 a { background-color: rgb(199,137,149); }

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

border-color css

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

 span { border-color: rgb(199,137,149); }

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