Html Css Color HEX #C78090 Puce

📋 copy color: '#C78090'

red 199 ◦ green 128 ◦ blue 144

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

Shades of Puce #C78090

Tints of Puce #C78090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 42.25%
G = 27.18%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C78090 (or 0xC78090) is known color: Puce. HEX triplet: C7, 80 and 90. RGB value is (199,128,144). Sum of RGB (Red+Green+Blue) = 199+128+144=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C78090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78090 is #387F6F. Grayscale: #979797. Windows color (decimal): -3702640 or 9470151. OLE color: 9470151.

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

Color convert

RGB 199 128 144 -
CMYK 0 0.36 0.28 0.22
HSL 346.48º 0.39% 0.64% -
HSV(B) 346.48º 0.36% 0.78% -
XYZ 36.31 29.59 30.18 -
YUV 151.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 199 128 144 0 0.36 0.28 0.22 346.48 0.39 0.64
Hex C7 80 90 0 24 1C 16 15A 27 40
Octal 307 200 220 0 44 34 26 532 47 100
Binary 11000111 10000000 10010000 0 100100 11100 10110 101011010 100111 1000000

Color Harmonies of #C78090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78090

Black with #C78090

Text Example


Text Example

White with #C78090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78090; }

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

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

background-color css

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

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

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

border-color css

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

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

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