Html Css Color HEX #C8889A Puce

📋 copy color: '#C8889A'

red 200 ◦ green 136 ◦ blue 154

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

Shades of Puce #C8889A

Tints of Puce #C8889A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 40.82%
G = 27.76%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8889A (or 0xC8889A) is known color: Puce. HEX triplet: C8, 88 and 9A. RGB value is (200,136,154). Sum of RGB (Red+Green+Blue) = 200+136+154=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889A is #377765. Grayscale: #9D9D9D. Windows color (decimal): -3635046 or 10127560. OLE color: 10127560.

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

Color convert

RGB 200 136 154 -
CMYK 0 0.32 0.23 0.22
HSL 343.13º 0.37% 0.66% -
HSV(B) 343.13º 0.32% 0.78% -
XYZ 38.46 32.22 34.76 -
YUV 157.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 200 136 154 0 0.32 0.23 0.22 343.13 0.37 0.66
Hex C8 88 9A 0 20 17 16 157 25 42
Octal 310 210 232 0 40 27 26 527 45 102
Binary 11001000 10001000 10011010 0 100000 10111 10110 101010111 100101 1000010

Color Harmonies of #C8889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8889A

Black with #C8889A

Text Example


Text Example

White with #C8889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8889A; }

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

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

background-color css

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

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

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

border-color css

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

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

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