Html Css Color HEX #C8889B Puce

📋 copy color: '#C8889B'

red 200 ◦ green 136 ◦ blue 155

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

Shades of Puce #C8889B

Tints of Puce #C8889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 40.73%
G = 27.7%
B = 31.57%

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

#C8889B (or 0xC8889B) is known color: Puce. HEX triplet: C8, 88 and 9B. RGB value is (200,136,155). Sum of RGB (Red+Green+Blue) = 200+136+155=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8889B is #377764. Grayscale: #9D9D9D. Windows color (decimal): -3635045 or 10193096. OLE color: 10193096.

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

Color convert

RGB 200 136 155 -
CMYK 0 0.32 0.22 0.22
HSL 342.19º 0.37% 0.66% -
HSV(B) 342.19º 0.32% 0.78% -
XYZ 38.54 32.25 35.2 -
YUV 157.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 200 136 155 0 0.32 0.22 0.22 342.19 0.37 0.66
Hex C8 88 9B 0 20 16 16 156 25 42
Octal 310 210 233 0 40 26 26 526 45 102
Binary 11001000 10001000 10011011 0 100000 10110 10110 101010110 100101 1000010

Color Harmonies of #C8889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8889B

Black with #C8889B

Text Example


Text Example

White with #C8889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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