Html Css Color HEX #C78498 Puce

📋 copy color: '#C78498'

red 199 ◦ green 132 ◦ blue 152

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

Shades of Puce #C78498

Tints of Puce #C78498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

 BLUE value IS 152 (59.77% from 255) = 31.47%

R = 41.2%
G = 27.33%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C78498 (or 0xC78498) is known color: Puce. HEX triplet: C7, 84 and 98. RGB value is (199,132,152). Sum of RGB (Red+Green+Blue) = 199+132+152=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C78498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78498 is #387B67. Grayscale: #9A9A9A. Windows color (decimal): -3701608 or 9995463. OLE color: 9995463.

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

Color convert

RGB 199 132 152 -
CMYK 0 0.34 0.24 0.22
HSL 342.09º 0.37% 0.65% -
HSV(B) 342.09º 0.34% 0.78% -
XYZ 37.47 30.91 33.7 -
YUV 154.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 199 132 152 0 0.34 0.24 0.22 342.09 0.37 0.65
Hex C7 84 98 0 22 18 16 156 25 41
Octal 307 204 230 0 42 30 26 526 45 101
Binary 11000111 10000100 10011000 0 100010 11000 10110 101010110 100101 1000001

Color Harmonies of #C78498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78498

Black with #C78498

Text Example


Text Example

White with #C78498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78498; }

 p { color: rgb(199,132,152); }

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

background-color css

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

 a { background-color: rgb(199,132,152); }

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

border-color css

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

 span { border-color: rgb(199,132,152); }

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