Html Css Color HEX #C7869E Puce

📋 copy color: '#C7869E'

red 199 ◦ green 134 ◦ blue 158

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

Shades of Puce #C7869E

Tints of Puce #C7869E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 40.53%
G = 27.29%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7869E (or 0xC7869E) is known color: Puce. HEX triplet: C7, 86 and 9E. RGB value is (199,134,158). Sum of RGB (Red+Green+Blue) = 199+134+158=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7869E is #387961. Grayscale: #9C9C9C. Windows color (decimal): -3701090 or 10389191. OLE color: 10389191.

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

Color convert

RGB 199 134 158 -
CMYK 0 0.33 0.21 0.22
HSL 337.85º 0.37% 0.65% -
HSV(B) 337.85º 0.33% 0.78% -
XYZ 38.25 31.66 36.44 -
YUV 156.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 199 134 158 0 0.33 0.21 0.22 337.85 0.37 0.65
Hex C7 86 9E 0 21 15 16 152 25 41
Octal 307 206 236 0 41 25 26 522 45 101
Binary 11000111 10000110 10011110 0 100001 10101 10110 101010010 100101 1000001

Color Harmonies of #C7869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7869E

Black with #C7869E

Text Example


Text Example

White with #C7869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7869E; }

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

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

background-color css

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

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

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

border-color css

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

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

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