Html Css Color HEX #C78695 Puce

📋 copy color: '#C78695'

red 199 ◦ green 134 ◦ blue 149

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

Shades of Puce #C78695

Tints of Puce #C78695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

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

R = 41.29%
G = 27.8%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C78695 (or 0xC78695) is known color: Puce. HEX triplet: C7, 86 and 95. RGB value is (199,134,149). Sum of RGB (Red+Green+Blue) = 199+134+149=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78695 is #38796A. Grayscale: #9B9B9B. Windows color (decimal): -3701099 or 9799367. OLE color: 9799367.

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

Color convert

RGB 199 134 149 -
CMYK 0 0.33 0.25 0.22
HSL 346.15º 0.37% 0.65% -
HSV(B) 346.15º 0.33% 0.78% -
XYZ 37.5 31.36 32.51 -
YUV 155.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 199 134 149 0 0.33 0.25 0.22 346.15 0.37 0.65
Hex C7 86 95 0 21 19 16 15A 25 41
Octal 307 206 225 0 41 31 26 532 45 101
Binary 11000111 10000110 10010101 0 100001 11001 10110 101011010 100101 1000001

Color Harmonies of #C78695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78695

Black with #C78695

Text Example


Text Example

White with #C78695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78695; }

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

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

background-color css

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

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

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

border-color css

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

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

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