Html Css Color HEX #C7828D Puce

📋 copy color: '#C7828D'

red 199 ◦ green 130 ◦ blue 141

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

Shades of Puce #C7828D

Tints of Puce #C7828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

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

R = 42.34%
G = 27.66%
B = 30%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7828D (or 0xC7828D) is known color: Puce. HEX triplet: C7, 82 and 8D. RGB value is (199,130,141). Sum of RGB (Red+Green+Blue) = 199+130+141=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7828D is #387D72. Grayscale: #979797. Windows color (decimal): -3702131 or 9274055. OLE color: 9274055.

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

Color convert

RGB 199 130 141 -
CMYK 0 0.35 0.29 0.22
HSL 350.43º 0.38% 0.65% -
HSV(B) 350.43º 0.35% 0.78% -
XYZ 36.34 30.03 29.08 -
YUV 151.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 199 130 141 0 0.35 0.29 0.22 350.43 0.38 0.65
Hex C7 82 8D 0 23 1D 16 15E 26 41
Octal 307 202 215 0 43 35 26 536 46 101
Binary 11000111 10000010 10001101 0 100011 11101 10110 101011110 100110 1000001

Color Harmonies of #C7828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7828D

Black with #C7828D

Text Example


Text Example

White with #C7828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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