Html Css Color HEX #C8829F Puce

📋 copy color: '#C8829F'

red 200 ◦ green 130 ◦ blue 159

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

Shades of Puce #C8829F

Tints of Puce #C8829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.52%

R = 40.9%
G = 26.58%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8829F (or 0xC8829F) is known color: Puce. HEX triplet: C8, 82 and 9F. RGB value is (200,130,159). Sum of RGB (Red+Green+Blue) = 200+130+159=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8829F is #377D60. Grayscale: #9A9A9A. Windows color (decimal): -3636577 or 10453704. OLE color: 10453704.

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

Color convert

RGB 200 130 159 -
CMYK 0 0.35 0.20 0.22
HSL 335.14º 0.39% 0.65% -
HSV(B) 335.14º 0.35% 0.78% -
XYZ 38.06 30.75 36.73 -
YUV 154.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 200 130 159 0 0.35 0.20 0.22 335.14 0.39 0.65
Hex C8 82 9F 0 23 14 16 14F 27 41
Octal 310 202 237 0 43 24 26 517 47 101
Binary 11001000 10000010 10011111 0 100011 10100 10110 101001111 100111 1000001

Color Harmonies of #C8829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8829F

Black with #C8829F

Text Example


Text Example

White with #C8829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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