Html Css Color HEX #C88191 Puce

📋 copy color: '#C88191'

red 200 ◦ green 129 ◦ blue 145

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

Shades of Puce #C88191

Tints of Puce #C88191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 42.19%
G = 27.22%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88191 (or 0xC88191) is known color: Puce. HEX triplet: C8, 81 and 91. RGB value is (200,129,145). Sum of RGB (Red+Green+Blue) = 200+129+145=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C88191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88191 is #377E6E. Grayscale: #989898. Windows color (decimal): -3636847 or 9535944. OLE color: 9535944.

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

Color convert

RGB 200 129 145 -
CMYK 0 0.36 0.28 0.22
HSL 346.48º 0.39% 0.65% -
HSV(B) 346.48º 0.36% 0.78% -
XYZ 36.78 30.02 30.64 -
YUV 152.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 200 129 145 0 0.36 0.28 0.22 346.48 0.39 0.65
Hex C8 81 91 0 24 1C 16 15A 27 41
Octal 310 201 221 0 44 34 26 532 47 101
Binary 11001000 10000001 10010001 0 100100 11100 10110 101011010 100111 1000001

Color Harmonies of #C88191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88191

Black with #C88191

Text Example


Text Example

White with #C88191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88191; }

 p { color: rgb(200,129,145); }

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

background-color css

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

 a { background-color: rgb(200,129,145); }

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

border-color css

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

 span { border-color: rgb(200,129,145); }

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