Html Css Color HEX #C8889C Puce

📋 copy color: '#C8889C'

red 200 ◦ green 136 ◦ blue 156

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

Shades of Puce #C8889C

Tints of Puce #C8889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.71%

R = 40.65%
G = 27.64%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8889C (or 0xC8889C) is known color: Puce. HEX triplet: C8, 88 and 9C. RGB value is (200,136,156). Sum of RGB (Red+Green+Blue) = 200+136+156=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889C is #377763. Grayscale: #9D9D9D. Windows color (decimal): -3635044 or 10258632. OLE color: 10258632.

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

Color convert

RGB 200 136 156 -
CMYK 0 0.32 0.22 0.22
HSL 341.25º 0.37% 0.66% -
HSV(B) 341.25º 0.32% 0.78% -
XYZ 38.62 32.29 35.65 -
YUV 157.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 200 136 156 0 0.32 0.22 0.22 341.25 0.37 0.66
Hex C8 88 9C 0 20 16 16 155 25 42
Octal 310 210 234 0 40 26 26 525 45 102
Binary 11001000 10001000 10011100 0 100000 10110 10110 101010101 100101 1000010

Color Harmonies of #C8889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8889C

Black with #C8889C

Text Example


Text Example

White with #C8889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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