Html Css Color HEX #C88492 Puce

📋 copy color: '#C88492'

red 200 ◦ green 132 ◦ blue 146

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

Shades of Puce #C88492

Tints of Puce #C88492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.62%

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

R = 41.84%
G = 27.62%
B = 30.54%

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

#C88492 (or 0xC88492) is known color: Puce. HEX triplet: C8, 84 and 92. RGB value is (200,132,146). Sum of RGB (Red+Green+Blue) = 200+132+146=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C88492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88492 is #377B6D. Grayscale: #999999. Windows color (decimal): -3636078 or 9602248. OLE color: 9602248.

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

Color convert

RGB 200 132 146 -
CMYK 0 0.34 0.27 0.22
HSL 347.65º 0.38% 0.65% -
HSV(B) 347.65º 0.34% 0.78% -
XYZ 37.26 30.86 31.19 -
YUV 153.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 200 132 146 0 0.34 0.27 0.22 347.65 0.38 0.65
Hex C8 84 92 0 22 1B 16 15C 26 41
Octal 310 204 222 0 42 33 26 534 46 101
Binary 11001000 10000100 10010010 0 100010 11011 10110 101011100 100110 1000001

Color Harmonies of #C88492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88492

Black with #C88492

Text Example


Text Example

White with #C88492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88492; }

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

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

background-color css

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

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

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

border-color css

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

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

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