Html Css Color HEX #C88889 Puce

📋 copy color: '#C88889'

red 200 ◦ green 136 ◦ blue 137

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

Shades of Puce #C88889

Tints of Puce #C88889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.96%

R = 42.28%
G = 28.75%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88889 (or 0xC88889) is known color: Puce. HEX triplet: C8, 88 and 89. RGB value is (200,136,137). Sum of RGB (Red+Green+Blue) = 200+136+137=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C88889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88889 is #377776. Grayscale: #9B9B9B. Windows color (decimal): -3635063 or 9013448. OLE color: 9013448.

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

Color convert

RGB 200 136 137 -
CMYK 0 0.32 0.32 0.22
HSL 359.06º 0.37% 0.66% -
HSV(B) 359.06º 0.32% 0.78% -
XYZ 37.14 31.69 27.83 -
YUV 155.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 200 136 137 0 0.32 0.32 0.22 359.06 0.37 0.66
Hex C8 88 89 0 20 20 16 167 25 42
Octal 310 210 211 0 40 40 26 547 45 102
Binary 11001000 10001000 10001001 0 100000 100000 10110 101100111 100101 1000010

Color Harmonies of #C88889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88889

Black with #C88889

Text Example


Text Example

White with #C88889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88889; }

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

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

background-color css

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

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

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

border-color css

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

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

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