Html Css Color HEX #C88391 Puce

📋 copy color: '#C88391'

red 200 ◦ green 131 ◦ blue 145

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

Shades of Puce #C88391

Tints of Puce #C88391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 42.02%
G = 27.52%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C88391 (or 0xC88391) is known color: Puce. HEX triplet: C8, 83 and 91. RGB value is (200,131,145). Sum of RGB (Red+Green+Blue) = 200+131+145=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88391 is #377C6E. Grayscale: #999999. Windows color (decimal): -3636335 or 9536456. OLE color: 9536456.

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

Color convert

RGB 200 131 145 -
CMYK 0 0.34 0.28 0.22
HSL 347.83º 0.39% 0.65% -
HSV(B) 347.83º 0.35% 0.78% -
XYZ 37.05 30.56 30.73 -
YUV 153.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 200 131 145 0 0.34 0.28 0.22 347.83 0.39 0.65
Hex C8 83 91 0 22 1C 16 15C 27 41
Octal 310 203 221 0 42 34 26 534 47 101
Binary 11001000 10000011 10010001 0 100010 11100 10110 101011100 100111 1000001

Color Harmonies of #C88391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88391

Black with #C88391

Text Example


Text Example

White with #C88391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88391; }

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

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

background-color css

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

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

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

border-color css

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

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

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