Html Css Color HEX #C78093 Puce

📋 copy color: '#C78093'

red 199 ◦ green 128 ◦ blue 147

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

Shades of Puce #C78093

Tints of Puce #C78093

RGB

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

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

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

R = 41.98%
G = 27%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C78093 (or 0xC78093) is known color: Puce. HEX triplet: C7, 80 and 93. RGB value is (199,128,147). Sum of RGB (Red+Green+Blue) = 199+128+147=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78093 is #387F6C. Grayscale: #979797. Windows color (decimal): -3702637 or 9666759. OLE color: 9666759.

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

Color convert

RGB 199 128 147 -
CMYK 0 0.36 0.26 0.22
HSL 343.94º 0.39% 0.64% -
HSV(B) 343.94º 0.36% 0.78% -
XYZ 36.54 29.69 31.41 -
YUV 151.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 199 128 147 0 0.36 0.26 0.22 343.94 0.39 0.64
Hex C7 80 93 0 24 1A 16 158 27 40
Octal 307 200 223 0 44 32 26 530 47 100
Binary 11000111 10000000 10010011 0 100100 11010 10110 101011000 100111 1000000

Color Harmonies of #C78093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78093

Black with #C78093

Text Example


Text Example

White with #C78093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78093; }

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

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

background-color css

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

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

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

border-color css

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

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

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