Html Css Color HEX #C28586 Puce

📋 copy color: '#C28586'

red 194 ◦ green 133 ◦ blue 134

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

Shades of Puce #C28586

Tints of Puce #C28586

RGB

 RED value IS 194 (76.17% from 255) = 42.08%

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 42.08%
G = 28.85%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C28586 (or 0xC28586) is known color: Puce. HEX triplet: C2, 85 and 86. RGB value is (194,133,134). Sum of RGB (Red+Green+Blue) = 194+133+134=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28586 is #3D7A79. Grayscale: #979797. Windows color (decimal): -4029050 or 8816066. OLE color: 8816066.

HSL color Cylindrical-coordinate representation of color #C28586: hue angle of 359.02º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28586 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 134 -
CMYK 0 0.31 0.31 0.24
HSL 359.02º 0.33% 0.64% -
HSV(B) 359.02º 0.31% 0.76% -
XYZ 34.94 29.97 26.5 -
YUV 151.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 194 133 134 0 0.31 0.31 0.24 359.02 0.33 0.64
Hex C2 85 86 0 1F 1F 18 167 21 40
Octal 302 205 206 0 37 37 30 547 41 100
Binary 11000010 10000101 10000110 0 11111 11111 11000 101100111 100001 1000000

Color Harmonies of #C28586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28586

Black with #C28586

Text Example


Text Example

White with #C28586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28586; }

 p { color: rgb(194,133,134); }

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

background-color css

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

 a { background-color: rgb(194,133,134); }

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

border-color css

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

 span { border-color: rgb(194,133,134); }

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