Html Css Color HEX #C7868F Puce

📋 copy color: '#C7868F'

red 199 ◦ green 134 ◦ blue 143

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

Shades of Puce #C7868F

Tints of Puce #C7868F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 41.81%
G = 28.15%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7868F (or 0xC7868F) is known color: Puce. HEX triplet: C7, 86 and 8F. RGB value is (199,134,143). Sum of RGB (Red+Green+Blue) = 199+134+143=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7868F is #387970. Grayscale: #9A9A9A. Windows color (decimal): -3701105 or 9406151. OLE color: 9406151.

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

Color convert

RGB 199 134 143 -
CMYK 0 0.33 0.28 0.22
HSL 351.69º 0.37% 0.65% -
HSV(B) 351.69º 0.33% 0.78% -
XYZ 37.04 31.18 30.05 -
YUV 154.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 199 134 143 0 0.33 0.28 0.22 351.69 0.37 0.65
Hex C7 86 8F 0 21 1C 16 160 25 41
Octal 307 206 217 0 41 34 26 540 45 101
Binary 11000111 10000110 10001111 0 100001 11100 10110 101100000 100101 1000001

Color Harmonies of #C7868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7868F

Black with #C7868F

Text Example


Text Example

White with #C7868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7868F; }

 p { color: rgb(199,134,143); }

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

background-color css

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

 a { background-color: rgb(199,134,143); }

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

border-color css

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

 span { border-color: rgb(199,134,143); }

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