Html Css Color HEX #C7878C Puce

📋 copy color: '#C7878C'

red 199 ◦ green 135 ◦ blue 140

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

Shades of Puce #C7878C

Tints of Puce #C7878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 41.98%
G = 28.48%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7878C (or 0xC7878C) is known color: Puce. HEX triplet: C7, 87 and 8C. RGB value is (199,135,140). Sum of RGB (Red+Green+Blue) = 199+135+140=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7878C is #387873. Grayscale: #9A9A9A. Windows color (decimal): -3700852 or 9209799. OLE color: 9209799.

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

Color convert

RGB 199 135 140 -
CMYK 0 0.32 0.30 0.22
HSL 355.31º 0.36% 0.65% -
HSV(B) 355.31º 0.32% 0.78% -
XYZ 36.95 31.36 28.92 -
YUV 154.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 199 135 140 0 0.32 0.30 0.22 355.31 0.36 0.65
Hex C7 87 8C 0 20 1E 16 163 24 41
Octal 307 207 214 0 40 36 26 543 44 101
Binary 11000111 10000111 10001100 0 100000 11110 10110 101100011 100100 1000001

Color Harmonies of #C7878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7878C

Black with #C7878C

Text Example


Text Example

White with #C7878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7878C; }

 p { color: rgb(199,135,140); }

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

background-color css

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

 a { background-color: rgb(199,135,140); }

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

border-color css

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

 span { border-color: rgb(199,135,140); }

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