Html Css Color HEX #C7848A Puce

📋 copy color: '#C7848A'

red 199 ◦ green 132 ◦ blue 138

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

Shades of Puce #C7848A

Tints of Puce #C7848A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 42.43%
G = 28.14%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7848A (or 0xC7848A) is known color: Puce. HEX triplet: C7, 84 and 8A. RGB value is (199,132,138). Sum of RGB (Red+Green+Blue) = 199+132+138=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7848A is #387B75. Grayscale: #989898. Windows color (decimal): -3701622 or 9077959. OLE color: 9077959.

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

Color convert

RGB 199 132 138 -
CMYK 0 0.34 0.31 0.22
HSL 354.63º 0.37% 0.65% -
HSV(B) 354.63º 0.34% 0.78% -
XYZ 36.39 30.48 28.01 -
YUV 152.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 199 132 138 0 0.34 0.31 0.22 354.63 0.37 0.65
Hex C7 84 8A 0 22 1F 16 163 25 41
Octal 307 204 212 0 42 37 26 543 45 101
Binary 11000111 10000100 10001010 0 100010 11111 10110 101100011 100101 1000001

Color Harmonies of #C7848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7848A

Black with #C7848A

Text Example


Text Example

White with #C7848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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