Html Css Color HEX #C8888A Puce

📋 copy color: '#C8888A'

red 200 ◦ green 136 ◦ blue 138

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

Shades of Puce #C8888A

Tints of Puce #C8888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.69%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 42.19%
G = 28.69%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8888A (or 0xC8888A) is known color: Puce. HEX triplet: C8, 88 and 8A. RGB value is (200,136,138). Sum of RGB (Red+Green+Blue) = 200+136+138=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8888A is #377775. Grayscale: #9B9B9B. Windows color (decimal): -3635062 or 9078984. OLE color: 9078984.

HSL color Cylindrical-coordinate representation of color #C8888A: hue angle of 358.12º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8888A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 138 -
CMYK 0 0.32 0.31 0.22
HSL 358.13º 0.37% 0.66% -
HSV(B) 358.13º 0.32% 0.78% -
XYZ 37.21 31.72 28.21 -
YUV 155.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 200 136 138 0 0.32 0.31 0.22 358.13 0.37 0.66
Hex C8 88 8A 0 20 1F 16 166 25 42
Octal 310 210 212 0 40 37 26 546 45 102
Binary 11001000 10001000 10001010 0 100000 11111 10110 101100110 100101 1000010

Color Harmonies of #C8888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8888A

Black with #C8888A

Text Example


Text Example

White with #C8888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8888A; }

 p { color: rgb(200,136,138); }

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

background-color css

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

 a { background-color: rgb(200,136,138); }

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

border-color css

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

 span { border-color: rgb(200,136,138); }

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