Html Css Color HEX #C8828D Puce

📋 copy color: '#C8828D'

red 200 ◦ green 130 ◦ blue 141

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

Shades of Puce #C8828D

Tints of Puce #C8828D

RGB

 RED value IS 200 (78.52% from 255) = 42.46%

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

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

R = 42.46%
G = 27.6%
B = 29.94%

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

#C8828D (or 0xC8828D) is known color: Puce. HEX triplet: C8, 82 and 8D. RGB value is (200,130,141). Sum of RGB (Red+Green+Blue) = 200+130+141=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828D is #377D72. Grayscale: #989898. Windows color (decimal): -3636595 or 9274056. OLE color: 9274056.

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

Color convert

RGB 200 130 141 -
CMYK 0 0.35 0.29 0.22
HSL 350.57º 0.39% 0.65% -
HSV(B) 350.57º 0.35% 0.78% -
XYZ 36.61 30.17 29.09 -
YUV 152.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 200 130 141 0 0.35 0.29 0.22 350.57 0.39 0.65
Hex C8 82 8D 0 23 1D 16 15F 27 41
Octal 310 202 215 0 43 35 26 537 47 101
Binary 11001000 10000010 10001101 0 100011 11101 10110 101011111 100111 1000001

Color Harmonies of #C8828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8828D

Black with #C8828D

Text Example


Text Example

White with #C8828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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