Html Css Color HEX #C7858E Puce

📋 copy color: '#C7858E'

red 199 ◦ green 133 ◦ blue 142

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

Shades of Puce #C7858E

Tints of Puce #C7858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 41.98%
G = 28.06%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7858E (or 0xC7858E) is known color: Puce. HEX triplet: C7, 85 and 8E. RGB value is (199,133,142). Sum of RGB (Red+Green+Blue) = 199+133+142=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858E is #387A71. Grayscale: #999999. Windows color (decimal): -3701362 or 9340359. OLE color: 9340359.

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

Color convert

RGB 199 133 142 -
CMYK 0 0.33 0.29 0.22
HSL 351.82º 0.37% 0.65% -
HSV(B) 351.82º 0.33% 0.78% -
XYZ 36.82 30.87 29.61 -
YUV 153.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 199 133 142 0 0.33 0.29 0.22 351.82 0.37 0.65
Hex C7 85 8E 0 21 1D 16 160 25 41
Octal 307 205 216 0 41 35 26 540 45 101
Binary 11000111 10000101 10001110 0 100001 11101 10110 101100000 100101 1000001

Color Harmonies of #C7858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7858E

Black with #C7858E

Text Example


Text Example

White with #C7858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7858E; }

 p { color: rgb(199,133,142); }

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

background-color css

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

 a { background-color: rgb(199,133,142); }

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

border-color css

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

 span { border-color: rgb(199,133,142); }

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