Html Css Color HEX #C78594 Puce

📋 copy color: '#C78594'

red 199 ◦ green 133 ◦ blue 148

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

Shades of Puce #C78594

Tints of Puce #C78594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.71%

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

R = 41.46%
G = 27.71%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C78594 (or 0xC78594) is known color: Puce. HEX triplet: C7, 85 and 94. RGB value is (199,133,148). Sum of RGB (Red+Green+Blue) = 199+133+148=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C78594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78594 is #387A6B. Grayscale: #9A9A9A. Windows color (decimal): -3701356 or 9733575. OLE color: 9733575.

HSL color Cylindrical-coordinate representation of color #C78594: hue angle of 346.36º 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 #C78594 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 148 -
CMYK 0 0.33 0.26 0.22
HSL 346.36º 0.37% 0.65% -
HSV(B) 346.36º 0.33% 0.78% -
XYZ 37.29 31.06 32.05 -
YUV 154.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 199 133 148 0 0.33 0.26 0.22 346.36 0.37 0.65
Hex C7 85 94 0 21 1A 16 15A 25 41
Octal 307 205 224 0 41 32 26 532 45 101
Binary 11000111 10000101 10010100 0 100001 11010 10110 101011010 100101 1000001

Color Harmonies of #C78594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78594

Black with #C78594

Text Example


Text Example

White with #C78594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78594; }

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

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

background-color css

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

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

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

border-color css

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

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

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