Html Css Color HEX #C88392 Puce

📋 copy color: '#C88392'

red 200 ◦ green 131 ◦ blue 146

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

Shades of Puce #C88392

Tints of Puce #C88392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 41.93%
G = 27.46%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C88392 (or 0xC88392) is known color: Puce. HEX triplet: C8, 83 and 92. RGB value is (200,131,146). Sum of RGB (Red+Green+Blue) = 200+131+146=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C88392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88392 is #377C6D. Grayscale: #999999. Windows color (decimal): -3636334 or 9601992. OLE color: 9601992.

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

Color convert

RGB 200 131 146 -
CMYK 0 0.34 0.27 0.22
HSL 346.96º 0.39% 0.65% -
HSV(B) 346.96º 0.35% 0.78% -
XYZ 37.12 30.59 31.14 -
YUV 153.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 200 131 146 0 0.34 0.27 0.22 346.96 0.39 0.65
Hex C8 83 92 0 22 1B 16 15B 27 41
Octal 310 203 222 0 42 33 26 533 47 101
Binary 11001000 10000011 10010010 0 100010 11011 10110 101011011 100111 1000001

Color Harmonies of #C88392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88392

Black with #C88392

Text Example


Text Example

White with #C88392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88392; }

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

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

background-color css

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

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

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

border-color css

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

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

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