Html Css Color HEX #C8828F Puce

📋 copy color: '#C8828F'

red 200 ◦ green 130 ◦ blue 143

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

Shades of Puce #C8828F

Tints of Puce #C8828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.23%

R = 42.28%
G = 27.48%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8828F (or 0xC8828F) is known color: Puce. HEX triplet: C8, 82 and 8F. RGB value is (200,130,143). Sum of RGB (Red+Green+Blue) = 200+130+143=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828F is #377D70. Grayscale: #989898. Windows color (decimal): -3636593 or 9405128. OLE color: 9405128.

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

Color convert

RGB 200 130 143 -
CMYK 0 0.35 0.28 0.22
HSL 348.86º 0.39% 0.65% -
HSV(B) 348.86º 0.35% 0.78% -
XYZ 36.76 30.23 29.88 -
YUV 152.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 200 130 143 0 0.35 0.28 0.22 348.86 0.39 0.65
Hex C8 82 8F 0 23 1C 16 15D 27 41
Octal 310 202 217 0 43 34 26 535 47 101
Binary 11001000 10000010 10001111 0 100011 11100 10110 101011101 100111 1000001

Color Harmonies of #C8828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8828F

Black with #C8828F

Text Example


Text Example

White with #C8828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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