Html Css Color HEX #C88291 Puce

📋 copy color: '#C88291'

red 200 ◦ green 130 ◦ blue 145

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

Shades of Puce #C88291

Tints of Puce #C88291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

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

R = 42.11%
G = 27.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88291 (or 0xC88291) is known color: Puce. HEX triplet: C8, 82 and 91. RGB value is (200,130,145). Sum of RGB (Red+Green+Blue) = 200+130+145=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C88291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88291 is #377D6E. Grayscale: #989898. Windows color (decimal): -3636591 or 9536200. OLE color: 9536200.

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

Color convert

RGB 200 130 145 -
CMYK 0 0.35 0.28 0.22
HSL 347.14º 0.39% 0.65% -
HSV(B) 347.14º 0.35% 0.78% -
XYZ 36.91 30.29 30.69 -
YUV 152.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 200 130 145 0 0.35 0.28 0.22 347.14 0.39 0.65
Hex C8 82 91 0 23 1C 16 15B 27 41
Octal 310 202 221 0 43 34 26 533 47 101
Binary 11001000 10000010 10010001 0 100011 11100 10110 101011011 100111 1000001

Color Harmonies of #C88291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88291

Black with #C88291

Text Example


Text Example

White with #C88291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88291; }

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

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

background-color css

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

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

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

border-color css

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

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

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