Html Css Color HEX #C8828C Puce

📋 copy color: '#C8828C'

red 200 ◦ green 130 ◦ blue 140

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

Shades of Puce #C8828C

Tints of Puce #C8828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 42.55%
G = 27.66%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8828C (or 0xC8828C) is known color: Puce. HEX triplet: C8, 82 and 8C. RGB value is (200,130,140). Sum of RGB (Red+Green+Blue) = 200+130+140=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8828C is #377D73. Grayscale: #989898. Windows color (decimal): -3636596 or 9208520. OLE color: 9208520.

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

Color convert

RGB 200 130 140 -
CMYK 0 0.35 0.3 0.22
HSL 351.43º 0.39% 0.65% -
HSV(B) 351.43º 0.35% 0.78% -
XYZ 36.54 30.14 28.7 -
YUV 152.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 200 130 140 0 0.35 0.3 0.22 351.43 0.39 0.65
Hex C8 82 8C 0 23 1E 16 15F 27 41
Octal 310 202 214 0 43 36 26 537 47 101
Binary 11001000 10000010 10001100 0 100011 11110 10110 101011111 100111 1000001

Color Harmonies of #C8828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8828C

Black with #C8828C

Text Example


Text Example

White with #C8828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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