Html Css Color HEX #C78096 Puce

📋 copy color: '#C78096'

red 199 ◦ green 128 ◦ blue 150

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

Shades of Puce #C78096

Tints of Puce #C78096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 41.72%
G = 26.83%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C78096 (or 0xC78096) is known color: Puce. HEX triplet: C7, 80 and 96. RGB value is (199,128,150). Sum of RGB (Red+Green+Blue) = 199+128+150=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C78096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78096 is #387F69. Grayscale: #979797. Windows color (decimal): -3702634 or 9863367. OLE color: 9863367.

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

Color convert

RGB 199 128 150 -
CMYK 0 0.36 0.25 0.22
HSL 341.41º 0.39% 0.64% -
HSV(B) 341.41º 0.36% 0.78% -
XYZ 36.78 29.78 32.66 -
YUV 151.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 199 128 150 0 0.36 0.25 0.22 341.41 0.39 0.64
Hex C7 80 96 0 24 19 16 155 27 40
Octal 307 200 226 0 44 31 26 525 47 100
Binary 11000111 10000000 10010110 0 100100 11001 10110 101010101 100111 1000000

Color Harmonies of #C78096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78096

Black with #C78096

Text Example


Text Example

White with #C78096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78096; }

 p { color: rgb(199,128,150); }

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

background-color css

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

 a { background-color: rgb(199,128,150); }

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

border-color css

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

 span { border-color: rgb(199,128,150); }

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