Html Css Color HEX #C88192 Puce

📋 copy color: '#C88192'

red 200 ◦ green 129 ◦ blue 146

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

Shades of Puce #C88192

Tints of Puce #C88192

RGB

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

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

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

R = 42.11%
G = 27.16%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C88192 (or 0xC88192) is known color: Puce. HEX triplet: C8, 81 and 92. RGB value is (200,129,146). Sum of RGB (Red+Green+Blue) = 200+129+146=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C88192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88192 is #377E6D. Grayscale: #989898. Windows color (decimal): -3636846 or 9601480. OLE color: 9601480.

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

Color convert

RGB 200 129 146 -
CMYK 0 0.36 0.27 0.22
HSL 345.63º 0.39% 0.65% -
HSV(B) 345.63º 0.36% 0.78% -
XYZ 36.86 30.06 31.05 -
YUV 152.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 200 129 146 0 0.36 0.27 0.22 345.63 0.39 0.65
Hex C8 81 92 0 24 1B 16 15A 27 41
Octal 310 201 222 0 44 33 26 532 47 101
Binary 11001000 10000001 10010010 0 100100 11011 10110 101011010 100111 1000001

Color Harmonies of #C88192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88192

Black with #C88192

Text Example


Text Example

White with #C88192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88192; }

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

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

background-color css

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

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

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

border-color css

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

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

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