Html Css Color HEX #C8818D Puce

📋 copy color: '#C8818D'

red 200 ◦ green 129 ◦ blue 141

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

Shades of Puce #C8818D

Tints of Puce #C8818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.45%

 BLUE value IS 141 (55.47% from 255) = 30%

R = 42.55%
G = 27.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8818D (or 0xC8818D) is known color: Puce. HEX triplet: C8, 81 and 8D. RGB value is (200,129,141). Sum of RGB (Red+Green+Blue) = 200+129+141=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8818D is #377E72. Grayscale: #979797. Windows color (decimal): -3636851 or 9273800. OLE color: 9273800.

HSL color Cylindrical-coordinate representation of color #C8818D: hue angle of 349.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8818D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 141 -
CMYK 0 0.36 0.29 0.22
HSL 349.86º 0.39% 0.65% -
HSV(B) 349.86º 0.36% 0.78% -
XYZ 36.48 29.9 29.05 -
YUV 151.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 200 129 141 0 0.36 0.29 0.22 349.86 0.39 0.65
Hex C8 81 8D 0 24 1D 16 15E 27 41
Octal 310 201 215 0 44 35 26 536 47 101
Binary 11001000 10000001 10001101 0 100100 11101 10110 101011110 100111 1000001

Color Harmonies of #C8818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8818D

Black with #C8818D

Text Example


Text Example

White with #C8818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8818D; }

 p { color: rgb(200,129,141); }

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

background-color css

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

 a { background-color: rgb(200,129,141); }

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

border-color css

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

 span { border-color: rgb(200,129,141); }

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