Html Css Color HEX #C78193 Puce

📋 copy color: '#C78193'

red 199 ◦ green 129 ◦ blue 147

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

Shades of Puce #C78193

Tints of Puce #C78193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.16%

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 41.89%
G = 27.16%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C78193 (or 0xC78193) is known color: Puce. HEX triplet: C7, 81 and 93. RGB value is (199,129,147). Sum of RGB (Red+Green+Blue) = 199+129+147=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C78193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78193 is #387E6C. Grayscale: #979797. Windows color (decimal): -3702381 or 9667015. OLE color: 9667015.

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

Color convert

RGB 199 129 147 -
CMYK 0 0.35 0.26 0.22
HSL 344.57º 0.38% 0.64% -
HSV(B) 344.57º 0.35% 0.78% -
XYZ 36.67 29.95 31.45 -
YUV 151.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 199 129 147 0 0.35 0.26 0.22 344.57 0.38 0.64
Hex C7 81 93 0 23 1A 16 159 26 40
Octal 307 201 223 0 43 32 26 531 46 100
Binary 11000111 10000001 10010011 0 100011 11010 10110 101011001 100110 1000000

Color Harmonies of #C78193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78193

Black with #C78193

Text Example


Text Example

White with #C78193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78193; }

 p { color: rgb(199,129,147); }

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

background-color css

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

 a { background-color: rgb(199,129,147); }

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

border-color css

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

 span { border-color: rgb(199,129,147); }

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