Html Css Color HEX #C8899B Puce

📋 copy color: '#C8899B'

red 200 ◦ green 137 ◦ blue 155

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

Shades of Puce #C8899B

Tints of Puce #C8899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.85%

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

R = 40.65%
G = 27.85%
B = 31.5%

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

#C8899B (or 0xC8899B) is known color: Puce. HEX triplet: C8, 89 and 9B. RGB value is (200,137,155). Sum of RGB (Red+Green+Blue) = 200+137+155=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8899B is #377664. Grayscale: #9D9D9D. Windows color (decimal): -3634789 or 10193352. OLE color: 10193352.

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

Color convert

RGB 200 137 155 -
CMYK 0 0.32 0.22 0.22
HSL 342.86º 0.36% 0.66% -
HSV(B) 342.86º 0.32% 0.78% -
XYZ 38.68 32.54 35.25 -
YUV 157.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 200 137 155 0 0.32 0.22 0.22 342.86 0.36 0.66
Hex C8 89 9B 0 20 16 16 157 24 42
Octal 310 211 233 0 40 26 26 527 44 102
Binary 11001000 10001001 10011011 0 100000 10110 10110 101010111 100100 1000010

Color Harmonies of #C8899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8899B

Black with #C8899B

Text Example


Text Example

White with #C8899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8899B; }

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

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

background-color css

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

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

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

border-color css

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

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

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