Html Css Color HEX #C8828E Puce

📋 copy color: '#C8828E'

red 200 ◦ green 130 ◦ blue 142

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

Shades of Puce #C8828E

Tints of Puce #C8828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 42.37%
G = 27.54%
B = 30.08%

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

#C8828E (or 0xC8828E) is known color: Puce. HEX triplet: C8, 82 and 8E. RGB value is (200,130,142). Sum of RGB (Red+Green+Blue) = 200+130+142=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828E is #377D71. Grayscale: #989898. Windows color (decimal): -3636594 or 9339592. OLE color: 9339592.

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

Color convert

RGB 200 130 142 -
CMYK 0 0.35 0.29 0.22
HSL 349.71º 0.39% 0.65% -
HSV(B) 349.71º 0.35% 0.78% -
XYZ 36.68 30.2 29.49 -
YUV 152.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 200 130 142 0 0.35 0.29 0.22 349.71 0.39 0.65
Hex C8 82 8E 0 23 1D 16 15E 27 41
Octal 310 202 216 0 43 35 26 536 47 101
Binary 11001000 10000010 10001110 0 100011 11101 10110 101011110 100111 1000001

Color Harmonies of #C8828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8828E

Black with #C8828E

Text Example


Text Example

White with #C8828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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