Html Css Color HEX #C7848D Puce

📋 copy color: '#C7848D'

red 199 ◦ green 132 ◦ blue 141

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

Shades of Puce #C7848D

Tints of Puce #C7848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 42.16%
G = 27.97%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7848D (or 0xC7848D) is known color: Puce. HEX triplet: C7, 84 and 8D. RGB value is (199,132,141). Sum of RGB (Red+Green+Blue) = 199+132+141=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7848D is #387B72. Grayscale: #999999. Windows color (decimal): -3701619 or 9274567. OLE color: 9274567.

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

Color convert

RGB 199 132 141 -
CMYK 0 0.34 0.29 0.22
HSL 351.94º 0.37% 0.65% -
HSV(B) 351.94º 0.34% 0.78% -
XYZ 36.61 30.57 29.17 -
YUV 153.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 199 132 141 0 0.34 0.29 0.22 351.94 0.37 0.65
Hex C7 84 8D 0 22 1D 16 160 25 41
Octal 307 204 215 0 42 35 26 540 45 101
Binary 11000111 10000100 10001101 0 100010 11101 10110 101100000 100101 1000001

Color Harmonies of #C7848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7848D

Black with #C7848D

Text Example


Text Example

White with #C7848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7848D; }

 p { color: rgb(199,132,141); }

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

background-color css

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

 a { background-color: rgb(199,132,141); }

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

border-color css

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

 span { border-color: rgb(199,132,141); }

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