Html Css Color HEX #C8829D Puce

📋 copy color: '#C8829D'

red 200 ◦ green 130 ◦ blue 157

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

Shades of Puce #C8829D

Tints of Puce #C8829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.24%

R = 41.07%
G = 26.69%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8829D (or 0xC8829D) is known color: Puce. HEX triplet: C8, 82 and 9D. RGB value is (200,130,157). Sum of RGB (Red+Green+Blue) = 200+130+157=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8829D is #377D62. Grayscale: #999999. Windows color (decimal): -3636579 or 10322632. OLE color: 10322632.

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

Color convert

RGB 200 130 157 -
CMYK 0 0.35 0.22 0.22
HSL 336.86º 0.39% 0.65% -
HSV(B) 336.86º 0.35% 0.78% -
XYZ 37.89 30.68 35.82 -
YUV 154.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 200 130 157 0 0.35 0.22 0.22 336.86 0.39 0.65
Hex C8 82 9D 0 23 16 16 151 27 41
Octal 310 202 235 0 43 26 26 521 47 101
Binary 11001000 10000010 10011101 0 100011 10110 10110 101010001 100111 1000001

Color Harmonies of #C8829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8829D

Black with #C8829D

Text Example


Text Example

White with #C8829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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