Html Css Color HEX #C78293 Puce

📋 copy color: '#C78293'

red 199 ◦ green 130 ◦ blue 147

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

Shades of Puce #C78293

Tints of Puce #C78293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

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

R = 41.81%
G = 27.31%
B = 30.88%

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

#C78293 (or 0xC78293) is known color: Puce. HEX triplet: C7, 82 and 93. RGB value is (199,130,147). Sum of RGB (Red+Green+Blue) = 199+130+147=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C78293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78293 is #387D6C. Grayscale: #989898. Windows color (decimal): -3702125 or 9667271. OLE color: 9667271.

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

Color convert

RGB 199 130 147 -
CMYK 0 0.35 0.26 0.22
HSL 345.22º 0.38% 0.65% -
HSV(B) 345.22º 0.35% 0.78% -
XYZ 36.8 30.21 31.5 -
YUV 152.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 199 130 147 0 0.35 0.26 0.22 345.22 0.38 0.65
Hex C7 82 93 0 23 1A 16 159 26 41
Octal 307 202 223 0 43 32 26 531 46 101
Binary 11000111 10000010 10010011 0 100011 11010 10110 101011001 100110 1000001

Color Harmonies of #C78293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78293

Black with #C78293

Text Example


Text Example

White with #C78293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78293; }

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

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

background-color css

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

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

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

border-color css

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

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

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